| name_ncvars | R Documentation |
This function returns names and long names of the variables in a netCDF file.
name_ncvars(nc)
nc |
name of a netCDF file. |
This function provides a practical way to know which variables are contained in a netCDF file before importing the data.
This function only displays the number of variables, their names, and corresponding long names.
Héctor Villalobos.
if(interactive()){
name_ncvars("global-reanalysis-phy-001-030-monthly_1553098099635.nc")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.