Skip to content
Prev 14488 / 398502 Next

"unloading" data

On Fri, 26 Oct 2001, Vadim Ogranovich wrote:

            
rm().  Applies to any object in memory.

It's pretty rare that a data object loaded by data() would be large enough
to be material in memory usage these days, but R was originally written for
ca 2Mb systems.  If it were, one might do better to use attach/detach
(with a data file created with save).