h5_get_dataset: 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.