Package: rtape 2.2
Miron B. Kursa
rtape: Manage and manipulate large collections of R objects stored as tape-like files
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.
Authors:
rtape_2.2.tar.gz
rtape_2.2.tar.gz(r-4.5-noble)rtape_2.2.tar.gz(r-4.4-noble)
rtape_2.2.tgz(r-4.4-emscripten)rtape_2.2.tgz(r-4.3-emscripten)
rtape.pdf |rtape.html✨
rtape/json (API)
NEWS
# Install 'rtape' in R: |
install.packages('rtape', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 14 years agofrom:0f71595371. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 03 2024 |
R-4.5-linux | OK | Nov 03 2024 |
Exports:guessFileFormatmakeFileFormatrtape_applyrtapeAddrtapeAsListrtapeFilterrtapeLapplyrtapeRerecord
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Automatically pick proper tape file format. | guessFileFormat |
Setting tape file format/compression. | makeFileFormat |
Iterate over tape, discarding results. | rtape_apply |
Add object to the tape. | rtapeAdd |
Load the whole tape as a list. | rtapeAsList |
Rerecord the tape dropping certain objects. | rtapeFilter |
Iterate over tape, gathering results. | rtapeLapply |
Rerecord the tape. | rtapeRerecord |