Learn R Programming

h5 (version 0.9.9)

CommonFG-Group: Functions to Create/Open Groups in CommonFG objects

Description

Although H5Group objects can implicitly be created using subsetting operators (see CommonFG) h5 implements more explicit functions (used by subsetting operators under the hood) to create and open H5Groups.

Usage

createGroup(.Object, groupname)

# S4 method for CommonFG,character createGroup(.Object, groupname)

openGroup(.Object, groupname)

# S4 method for CommonFG,character openGroup(.Object, groupname)

existsGroup(.Object, groupname)

# S4 method for CommonFG,character existsGroup(.Object, groupname)

getH5Group(.Object, groupname)

# S4 method for CommonFG,character getH5Group(.Object, groupname)

list.groups(.Object, path = "/", full.names = TRUE, recursive = TRUE)

# S4 method for CommonFG list.groups(.Object, path = "/", full.names = TRUE, recursive = TRUE)

Arguments

.Object

CommonFG; S4 object of class CommonFG;

groupname

character; HDF5 Group name to be used.

path

character; Relative path to .Object.

full.names

character; Specify if absolute DataSet path names should be returned.

recursive

logical; Specify DatSets should be retrieved recursively from .Object.