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 = -1L, name = "/", fullname = "/", parent = NULL)
A NCGroup
instance.
The id of the group, default -1L.
The name of the group, default "/".
The full path and name of the group, default "/".
Optionally, a parent group to which the new group will be added as a child.