This function will add data to a NetCDF created by TNETutils_createNetCDF()
Arguments
- nc_file
NetCDF file created by
TNETutils_createNetCDF()
- Data
data.frame with the data to add. The dimensions variables and one variable name must be in the colnames.
- variable
the name of the column in the
Data
to export (must be set as variable in the NetCDF)
Examples
netcdf_file <- TNETutils_createNetCDF(...)
#> Error: '...' used in an incorrect context
TNETutils_appendNetCDF(netcdf_file, Data)
#> Error: object 'netcdf_file' not found