Nothing
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 |
|
---|---|
Author | Stefan Kloppenborg [aut, cre] |
Maintainer | Stefan Kloppenborg <stefan@kloppenborg.ca> |
License | GPL-3 |
Version | 0.1.0 |
URL | https://github.com/kloppen/rde |
Package repository | View on CRAN |
Installation |
Install the latest version of this package by entering the following in R:
|
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.