save_repro_data {reproducibleRchunks} | R Documentation |
Storing reproducibility data
Description
Storing reproducibility data
Usage
save_repro_data(
x,
filename,
filetype = default_filetype(),
envir = NULL,
extra = NULL
)
Arguments
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 |
Value
No return value
See Also
[Package reproducibleRchunks version 1.2.0 Index]