h5_get_dataset: get dataset from HDF5 file

View source: R/h5utils.R

h5_get_datasetR Documentation

get dataset from HDF5 file

Description

get dataset from HDF5 file

Usage

h5_get_dataset(h5f, key, check_exists = TRUE)

Arguments

h5f

HDF5 file opened with rhdf5::H5Fopen

key

String, full path to dataset.

check_exists

Boolean, check if key actually exists (keep in mind overhead).

Value

Returns the requested dataset, if successfully read from file.


hadron documentation built on Sept. 9, 2022, 5:06 p.m.