Get information about a NetCDF data source, may be a file path, or a RNetCDF
file handle, or an OpenDAP/Thredds server address.
Usage
nc_inq(x, ...)
# S3 method for NetCDF
nc_inq(x, ...)
# S3 method for character
nc_inq(x, ...)
Value
data frame of file information, with columns 'ndims', 'nvars', 'ngatts'
(number of global attributes), 'unlimdimid' (id of unlimited dimension, or NA),
'filename'