[R] add data from .RData file

uday uday_143_4u at hotmail.com
Wed Mar 7 18:46:30 CET 2012


I got two .RData file e.g data.2005.RData & data.2006.RData 
I would like to combine these two different data set and make single RData
file. 
in both file there are some NULL files are also available and I would like
to clear this NULL files also. 
$ : NULL
 $ : NULL
 $ : num [1:43285, 1:8] -21.1 -21.1 -24.9 -24.9 -24.9 ...
  ..- attr(*, "dimnames")=List of 2
  .. ..$ : NULL
  .. ..$ : chr [1:8] "latitude" "longitude" "time" "ch4" ...
 $ : num [1:44730, 1:8] 5.74 5.74 5.74 -21.06 -21.06 ...
  ..- attr(*, "dimnames")=List of 2
  .. ..$ : NULL
  .. ..$ : chr [1:8] "latitude" "longitude" "time" "ch4" ...

I never worked with RData files, so it will be very nice if somebody can
help me to do this operation. 

--
View this message in context: http://r.789695.n4.nabble.com/add-data-from-RData-file-tp4453981p4453981.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list