loadEnvi | R Documentation |
Load data from rds format and associated yaml metadata file.
loadEnvi(file_path)
file_path |
name and path of the rds file. |
list of 2 containing data and metadata.
## Not run:
a <- 1
meta <- list(a = 'a is a variable')
saveEnvi(a, file.path(tempdir(), 'test.rds'), meta)
b <- loadEnvi(file.path(tempdir(), 'test.rds'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.