| groups | R Documentation |
List the groups in the CF object, recursively.
groups(x)
## S3 method for class 'CFDataset'
groups(x)
x |
A |
A character vector with group names in the object.
fn <- system.file("extdata", "ERA5land_Rwanda_20160101.nc", package = "ncdfCF")
ds <- open_ncdf(fn)
groups(ds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.