Skip to content
Prev 82794 / 398506 Next

Age of an object?

Trevor Hastie <hastie at stanford.edu> wrote:
The "g.data" package on CRAN stores R objects in individual files,
like the (old) S-Plus model.  The timestamp on a file tells you the
last time "g.data.save()" was invoked on that object.  Its primary
purpose is to make objects available (as promises) without filling
up memory until an object is actually used.

-- David Brahm (brahm at alum.mit.edu)