View source: R/netCDF_GetInfo.R
netCDF_GetInfo | R Documentation |
Function to get information on dimensions and variables in a netcdf file.
netCDF_GetInfo(netcdf, verbose = FALSE)
netcdf |
- path to netcdf file (or previously opened connection) |
verbose |
- flag to print debugging info |
None.
list of dataframes with information on dimensions ("dims") and variables ("vars").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.