This function will read a netCDF resource and return a list of identifying
information, including data variables, axes and global attributes. Upon
returning the netCDF resource is closed.
Usage
peek_ncdf(resource)
Value
A list with elements "variables", "axes" and global "attributes",
each a data.frame.
Arguments
resource
The name of the netCDF resource to open, either a local file
name or a remote URI.
Details
If you find that you need other information to be included in the result,
open an issue: https://github.com/pvanlaake/ncdfCF/issues.