load_var: Load variable to a var_list

View source: R/load_var.R

load_varR Documentation

Load variable to a var_list

Description

Function returning data as a list from saved file created by save_var

Usage

load_var(loadpath)

Arguments

loadpath

Path to the file containing the data to load.

Value

variable data as a list containing the data, shape, dimensions (longitude ,latitude ,time) and units.

Examples

## Not run: data <- load_var("/home/bruno/workspace/Data/test/saved_data.rdata")


BSt-Denis/gslcoenv documentation built on Feb. 10, 2023, 7:53 a.m.