hql_list: List HDF Groups, Datasets or Attributes

Description Usage Arguments Value Functions

Description

List groups, datasets or attribute in an HDF file.

Usage

1
2
3
4
5
hql_list_groups(path, recursive = FALSE)

hql_list_datasets(path, recursive = FALSE)

hql_list_attributes(path)

Arguments

path

The location of the dataset, attribute, or group within the HDF file.

recursive

Recursively list child groups or datasets.

Value

A vector of paths.

Functions


hdfqlr documentation built on June 11, 2021, 9:08 a.m.

Related to hql_list in hdfqlr...