Description Usage Arguments Value Examples
This function will tell you the variables in a netcdf file.
1 | nc_variables(ff, detailed = FALSE)
|
ff |
This is the file to read variables from. |
details |
Do you want a data frame that provides the long name and units of the variable? |
list of variables
1 2 3 4 5 | # Get the variable names in the NOAA WOA sample file
ff <- system.file("extdata", "woa18_decav_t01_01.nc", package = "rcdo")
nc_variables(ff)
# A data frame showing the variables, their long names and units
nc_variables(ff, details = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.