[R] Saving model and other objects from caret

R. Michael Weylandt michael.weylandt at gmail.com
Fri Feb 8 16:56:22 CET 2013


On Thu, Feb 7, 2013 at 9:58 PM, James Jong <ribonucleico at gmail.com> 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



More information about the R-help mailing list