targets {rhdf5client} | R Documentation |
provide the full URLs for link members
targets(h5linkset, index)
h5linkset |
instance of H5S_linkset |
index |
numeric index into link vector - ignored |
a vector of dataset tags
bigec2 = H5S_source(URL_h5serv()) lks <- links(bigec2, 1) # linkset for first group (Note: first group is the root group, by construction) urls <- targets(lks) # URLs of datasets in linkset