bdgetDatasetsList_hdf5: Gets all dataset names inside a group

View source: R/RcppExports.R

bdgetDatasetsList_hdf5R Documentation

Gets all dataset names inside a group

Description

Gets a list of all dataset names inside a group or all the datasets names starting with a prefix under a group

Usage

bdgetDatasetsList_hdf5(filename, group, prefix = NULL)

Arguments

filename,

character array indicating the name of the file to create

group,

character array indicating the input group where the data sets are stored

prefix,

character array optional, indicates the prefix with which the dataset names begin, if null, then the function returns all datasets inside the group

Value

Full matrix with results from reduction


BigDataStatMeth documentation built on March 30, 2022, 1:07 a.m.