CMD + K

r-rde

Anaconda Verified

Allows caching of raw data directly in R code. This allows R scripts and R Notebooks to be shared and re-run on a machine without access to the original data. Cached data is encoded into an ASCII string that can be pasted into R code. When the code is run, the data is automatically loaded from the cached version if the original data file is unavailable. Works best for small datasets (a few hundred observations).

Installation

To install this package, run one of the following:

Conda
$conda install r::r-rde

Usage Tracking

0.1.0
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

Allows caching of raw data directly in R code. This allows R scripts and R Notebooks to be shared and re-run on a machine without access to the original data. Cached data is encoded into an ASCII string that can be pasted into R code. When the code is run, the data is automatically loaded from the cached version if the original data file is unavailable. Works best for small datasets (a few hundred observations).

Last Updated

Oct 15, 2019 at 15:22

License

GPL-3

Total Downloads

277

Supported Platforms

noarch