[R] Error in save function

Prof Brian Ripley ripley at stats.ox.ac.uk
Fri Jan 5 22:00:40 CET 2007


There is no 'save.default' function in R.

You were asked in the posting guide to report the results of 
sessionInfo().  (It looks like an old version of R.oo might be the 
culprit, and you might need to update.packages().)

On Fri, 5 Jan 2007, fernando espindola wrote:

> Hi r-user,
>
> I am trying to save same objects in workspace, but the next error
> message is show in line command,
>
> save(area,cent,larg,mran,eddy,dia,vort,slan,file="stat.Rdata")
> Erro en save.default(area, cent, larg, mran, eddy, dia, vort, slan, file
> = "stat.Rdata") :
>        5 arguments passed to 'saveToConn' which requires 6
>
> Is there a way to help me solve this problems?
>
> Thank
>
> Fernando
>
> ______________________________________________
> R-help at stat.math.ethz.ch 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.
>

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list