Skip to contents

Test HDF5 datasets and groups to see what kind of data they are

Usage

# S4 method for class 'H5D'
IsDataFrame(x)

# S4 method for class 'H5Group'
IsDataFrame(x)

# S4 method for class 'H5D'
IsFactor(x)

# S4 method for class 'H5Group'
IsFactor(x)

# S4 method for class 'H5Group'
IsList(x)

# S4 method for class 'H5D'
IsLogical(x)

# S4 method for class 'H5D'
IsMatrix(x)

# S4 method for class 'H5Group'
IsMatrix(x)

Arguments

x

An HDF5 dataset or group

See also