rde: Reproducible Data Embedding

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).

Package details

AuthorStefan Kloppenborg [aut, cre]
MaintainerStefan Kloppenborg <stefan@kloppenborg.ca>
LicenseGPL-3
Version0.1.0
URL https://github.com/kloppen/rde
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("rde")

Try the rde package in your browser

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

rde documentation built on May 2, 2019, 9:19 a.m.