Storing huge data in RData format causes problems because of the necessity to load the whole file to the memory in order to access and manipulate objects inside such file; rtape is a simple solution to this problem. The package contains several wrappers of R built-in serialize/unserialize mechanism allowing user to quickly append objects to a tape-like file and later iterate over them requiring only one copy of each stored object to reside in memory a time.
Version: | 2.2 |
Published: | 2012-07-31 |
Author: | Miron B. Kursa |
Maintainer: | Miron B. Kursa <M.Kursa at icm.edu.pl> |
License: | GPL-2 |
URL: | http://mbq.me/rtape |
NeedsCompilation: | no |
Materials: | NEWS |
CRAN checks: | rtape results |
Reference manual: | rtape.pdf |
Package source: | rtape_2.2.tar.gz |
Windows binaries: | r-devel: rtape_2.2.zip, r-release: rtape_2.2.zip, r-oldrel: rtape_2.2.zip |
macOS binaries: | r-release: rtape_2.2.tgz, r-oldrel: rtape_2.2.tgz |
Old sources: | rtape archive |
Please use the canonical form https://CRAN.R-project.org/package=rtape to link to this page.