Re: [R] Unable to load an object

2010-06-11 Thread Henrik Bengtsson
If file 'geoFeatures.RData' contains an object with name '"geoFeatures', it is loaded if you do: load("geoFeatures.RData"); However, when you do: geoFeatures <- load("geoFeatures.RData"); it will be loaded, but immediately overwritten because you create a new object with the same name. Note th

Re: [R] Unable to load an object

2010-06-11 Thread Joris Meys
Read the posting guide please. You can perfectly save and load the RData file. You just didn't save what you think you saved, but why that is can only be solved when we get to see your actual code. Cheers Joris On Fri, Jun 11, 2010 at 10:28 AM, Luis Ridao Cruz wrote: > R-help, > > I seem not to

[R] Unable to load an object

2010-06-11 Thread Luis Ridao Cruz
R-help, I seem not to get an object saved neither with ".RData" extension nor output via dput. Whenever I try to import the above object in another worspace I just get nothing. > geoFeatures <- load("geoFeatures.RData") > geoFeatures [1] "geoFeatures" The "geoFeatures.RData" workspace contain