loadEnvi: Load data from rds format and associated yaml metadata file.

View source: R/initProj.R

loadEnviR Documentation

Load data from rds format and associated yaml metadata file.

Description

Load data from rds format and associated yaml metadata file.

Usage

loadEnvi(file_path)

Arguments

file_path

name and path of the rds file.

Value

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)


gisma/link2GI documentation built on May 18, 2024, 11:57 p.m.