h5_names_exist | R Documentation |
The group names in an HDF5 file are stored as full paths
as well as a flat vector. It is thus possible to check
if a particular set of group names exist in the file
by parsing the name
member of the output
of rhdf5::h5ls
. This function does just that.
h5_names_exist(h5f, nms_to_find)
h5f |
HDF5 file handle openend with |
nms_to_find |
Vector of strings, group names (not full paths) which are to be located in the file. |
Vector of booleans of the same length as nms_to_find
indicating whether the name at the same index position
was located in the file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.