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

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.1.0.9003
URL https://github.com/kloppen/rde
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("kloppen/rde")
kloppen/rde documentation built on June 30, 2020, 3:10 p.m.