Skip to content
Prev 287612 / 398498 Next

add data from .RData file

On Mar 7, 2012, at 3:16 PM, uday wrote:

            
That looks failure prone. You have removed the context of your  
original question ( and PLEASE stop doing that despite the fact that  
the Nabble interface leads to to think that the rest of us see  
it) .... but I seem to remember that you had the same number of  
columns, so:

data.new <- cbind ( data.2005, data.2006 )
save(data.new, file="data.new.RData")