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