saves: Fast load variables

The purpose of this package is to be able to save and load only the needed variables/columns of a dataframe in special binary files (tar archives) - which seems to be a lot faster method than loading the whole binary object (RData files) via load() function, or than loading columns from SQLite/MySQL databases via SQL commands (see vignettes). Performance gain on SSD drives is a lot more sensible compared to basic load() function. The performance improvement gained by loading only the chosen variables in binary format can be useful in some special cases (e.g. where merging data tables is not an option and very different datasets are needed for reporting), but be sure if using this package that you really need this, as non-standard file formats are used!

Version: 0.5
Published: 2013-12-27
Author: Gergely Daróczi
Maintainer: Gergely Daróczi <daroczig at rapporter.net>
BugReports: https://github.com/daroczig/saves/issues
License: AGPL-3
URL: http://r.snowl.net/saves/
NeedsCompilation: no
Citation: saves citation info
Materials: README ChangeLog
CRAN checks: saves results

Documentation:

Reference manual: saves.pdf
Vignettes: saves Manual

Downloads:

Package source: saves_0.5.tar.gz
Windows binaries: r-devel: saves_0.5.zip, r-release: saves_0.5.zip, r-oldrel: saves_0.5.zip
macOS binaries: r-release (arm64): saves_0.5.tgz, r-oldrel (arm64): saves_0.5.tgz, r-release (x86_64): saves_0.5.tgz, r-oldrel (x86_64): saves_0.5.tgz
Old sources: saves archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=saves to link to this page.