dsmeta {rhdf5client} | R Documentation |
list information about datasets available in an H5S_source
dsmeta(src)
src |
H5S_source instance |
data frame with one row for each group and three columns. The second column has the list of datasets in the group.
bigec2 = H5S_source(URL_h5serv()) dsm <- dsmeta(bigec2) dst <- unlist(dsm[1,2]) # all dataset candidates in group 1