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)
HDF5 file handle openend with rhdf5::H5Fopen
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.