Package: rde 0.1.0.9003
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).
Authors:
rde_0.1.0.9003.tar.gz
rde_0.1.0.9003.zip(r-4.5)rde_0.1.0.9003.zip(r-4.4)rde_0.1.0.9003.zip(r-4.3)
rde_0.1.0.9003.tgz(r-4.4-any)rde_0.1.0.9003.tgz(r-4.3-any)
rde_0.1.0.9003.tar.gz(r-4.5-noble)rde_0.1.0.9003.tar.gz(r-4.4-noble)
rde_0.1.0.9003.tgz(r-4.4-emscripten)rde_0.1.0.9003.tgz(r-4.3-emscripten)
rde.pdf |rde.html✨
rde/json (API)
NEWS
# Install 'rde' in R: |
install.packages('rde', repos = c('https://kloppen.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/kloppen/rde/issues
Last updated 4 years agofrom:6e25e635b0. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-win | OK | Oct 26 2024 |
R-4.5-linux | OK | Oct 26 2024 |
R-4.4-win | OK | Oct 26 2024 |
R-4.4-mac | OK | Oct 26 2024 |
R-4.3-win | OK | Oct 26 2024 |
R-4.3-mac | OK | Oct 26 2024 |
Exports:copy_rde_varload_rde_var
Dependencies:clipr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Encode, compress and copy data into the clipboard | copy_rde_var |
Load data in a reproducible way that allows for exchange of code | load_rde_var |