save_var | R Documentation |
Function that save a variable list created by read_nc
or
load_var
in csv or nc format.
save_var(var_list, savepath)
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. |
## Not run: save_var(var_list,"/home/bruno/test_data.nc" ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.