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!

Getting started

Package details

AuthorGergely Daróczi <gergely@snowl.net>
MaintainerGergely Daróczi <daroczig@rapporter.net>
LicenseAGPL-3
Version0.5
URL http://r.snowl.net/saves/
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("saves")

Try the saves package in your browser

Any scripts or data that you put into this service are public.

saves documentation built on May 1, 2019, 6:35 p.m.