loadEnvi function

Load data from rds format and associated yaml metadata file.

Load data from rds format and associated yaml metadata file.

loadEnvi(file_path)

Arguments

  • file_path: name and path of the rds file.

Returns

list of 2 containing data and metadata.

Examples

## 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)
  • Maintainer: Chris Reudenbach
  • License: GPL (>= 3) | file LICENSE
  • Last published: 2024-10-28