| nc_atts | R Documentation | 
All attributes in the file, globals are treated as if they belong to variable 'NC_GLOBAL'. Attributes for a single variable may be returned by specifying 'variable' - 'NC_GLOBAL' can stand in to return only those attributes.
nc_atts(x, variable = NULL, ...)
## S3 method for class 'NetCDF'
nc_atts(x, variable = NULL, ...)
## S3 method for class 'character'
nc_atts(x, variable = NULL, ...)
| x | filename or handle | 
| variable | optional single name of a variable, or 'NC_GLOBAL' | 
| ... | ignored | 
data frame of attributes
f <- system.file("extdata", "S2008001.L3m_DAY_CHL_chlor_a_9km.nc", package = "ncmeta")
nc_atts(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.