saves (0.4)
Fast load variables.
http://r.snowl.net/saves/
http://cran.r-project.org/web/packages/saves
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!
Maintainer:
Gergely Daróczi
Author(s): Gergely Daróczi <gergely@snowl.net>
License: AGPL-3
Uses: Does not use any package
Released over 1 year ago.
3 previous versions
- saves_0.3. Released about 2 years ago.
- saves_0.2. Released over 2 years ago.
- saves_0.1. Released over 2 years ago.
Ratings
Overall: |
|
Documentation: |
|
Log in to vote.
Reviews
No one has written a review of saves yet. Want to be the first? Write one now.
Related packages: … (20 best matches, based on common tags.)
Search for saves on google, google scholar, r-help, r-devel.
Visit saves on R Graphical Manual.