Skip to content
Prev 341516 / 398500 Next

saving a 'get' object in R

I recommend to use saveRDS()/readRDS() instead.  More convenient and
avoids the risk that load() has of overwriting existing variables with
the same name.

/Henrik
On Tue, Jun 24, 2014 at 1:45 PM, Greg Snow <538280 at gmail.com> wrote: