View source: R/makeCFObjects.R
makeGroup | R Documentation |
With this function a group is created in memory, i.e. not associated with a
netCDF resource on file. This can be used to prepare new CF objects before
writing them to file. Extracting data from a CFVariable
into a CFArray
instance will also create a virtual group.
makeGroup(id, name, fullname, parent = NULL)
id |
The id of the group. |
name |
The name of the group. |
fullname |
The full path and name of the group. |
parent |
Optionally, a parent group to which the new group will be added as a child. |
A NCGroup
instance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.