hql_list: List HDF Groups, Datasets or Attributes

hql_listR Documentation

List HDF Groups, Datasets or Attributes

Description

List groups, datasets or attribute in an HDF file.

Usage

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

  • hql_list_groups(): List groups.

  • hql_list_datasets(): List datasets.

  • hql_list_attributes(): List Attributes


mkoohafkan/hdfqlr documentation built on Jan. 10, 2024, 11:04 p.m.