On 22/08/2007, at 1:48 PM, Gabor Grothendieck wrote:

> See ?save .  The ... arguments are the ***names*** of the objects, not
> the objects
> so you want save("d", ...whatever...) not save(d, ...whatever...) .

        I think this is wrong.  You want the objects not their names.

        If you want to make use of object names, use the list argument.

        I.e.

                save(melvin,clyde,file="irving")

        and

                save(list=c("melvin","clyde"),file="irving")

        accomplish the same thing.

                                cheers,

                                        Rolf Turner

######################################################################
Attention:\ This e-mail message is privileged and confidenti...{{dropped}}

______________________________________________
R-help@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.

Reply via email to