save_var: Save variable in a local file

View source: R/save_var.R

save_varR Documentation

Save variable in a local file

Description

Function that save a variable list created by read_nc or load_var in csv or nc format.

Usage

save_var(var_list, savepath)

Arguments

var_list

variable list created with this package

savepath

Path to save the data. The format of the save file is determined by the extension of this argument.

Examples

## Not run: 
save_var(var_list,"/home/bruno/test_data.nc"
## End(Not run)


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