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
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-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
3 matches
Mail list logo