Your example works without error for me; R version 2.13.1 Patched
on Ubuntu Linux. No idea why you are having problems.
cheers,
Rolf Turner
On 09/09/11 05:24, Monsieur Do wrote:
> I've seen a number of issues with the loading of workspaces discussed
> previously, but here's another one... I simply can't load any saved workspace
> at all... Here's an example, starting with an empty workspace and creating a
> single variable "a".
>
>> a<-1:5
>> save.image("a.Rdata")
>> rm(a)
>> load("a.Rdata")
> Error in function () : unused argument(s) (quote(1:5))
>
> Any clue? I'm using R 2.13.1 on WinXP.
>
> Thanks in advance
>
> Dominic
> [[alternative HTML version deleted]]
>
>
>
> ______________________________________________
> [email protected] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.