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

Description Usage Arguments

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
createGroup(.Object, groupname)

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

openGroup(.Object, groupname)

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

existsGroup(.Object, groupname)

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

getH5Group(.Object, groupname)

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

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

## S4 method for signature '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.


h5 documentation built on May 2, 2019, 3:45 a.m.