Learn R Programming

g.data (version 2.4.1)

Delayed-Data Packages

Description

Create and maintain delayed-data packages (ddp's). Data stored in a ddp are available on demand, but do not take up memory until requested. You attach a ddp with g.data.attach(), then read from it and assign to it in a manner similar to S-PLUS, except that you must run g.data.save() to actually commit to disk.

Copy Link

Version

Install

install.packages('g.data')

Monthly Downloads

329

Version

2.4.1

License

GPL

Maintainer

David Brahm

Last Published

January 30th, 2024

Functions in g.data (2.4.1)

g.data.save

Create and Maintain Delayed-Data Packages