H5Gcreate {rhdf5}R Documentation

Create a new HDF5 group and link it to a location in a file

Description

H5Gcreate is used to a new group and link it into a file.

Usage

H5Gcreate(h5loc, name)

Arguments

h5loc

An object of class H5IdComponent

name

Name of the new group to be created.


[Package rhdf5 version 2.37.4 Index]