On Thu, Feb 7, 2013 at 9:58 PM, James Jong <[email protected]> wrote:
> What are the *RDS counterparts? What is the difference?
>
apropos("RDS")
? readRDS
? saveRDS
They allow serialization of an individual object and restoring it --
the advantage is that you can restore to a different name instead of
clobbering any pre-existing object with the name under which it was
originally serialized.
MW
______________________________________________
[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.