H5Gcreate_anon: Create a new HDF5 group without linking it into a file

View source: R/H5G.R

H5Gcreate_anonR Documentation

Create a new HDF5 group without linking it into a file

Description

Create a new HDF5 group without linking it into a file

Usage

H5Gcreate_anon(h5loc)

Arguments

h5loc

An object of class H5IdComponent specifying the file in which the new group is to be created.

Value

H5Gcreate_anon returns an object of class H5IdComponent representing the newly created group. However at this point is is still anonymous, and must be linked into the file structure via H5Olink(). If this is not done, the group will be deleted from the file when it is closed.

See Also

H5Gcreate(), H5Olink()


grimbough/rhdf5 documentation built on April 16, 2024, 8:22 p.m.