View source: R/save_repro_data.R
save_repro_data | R Documentation |
Storing reproducibility data
save_repro_data(
x,
filename,
filetype = default_filetype(),
envir = NULL,
extra = NULL
)
x |
Object to be stored. |
filename |
Name (possible including full path) of the save file |
filetype |
Character. Currently supported is json and rda. |
envir |
Environment to load the objects into. By default, this is the global environment. |
extra |
List. Extra payload to store in the meta data |
No return value
load_repro_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.