targets {rhdf5client}R Documentation

provide the full URLs for link members

Description

provide the full URLs for link members

Usage

targets(h5linkset, index)

Arguments

h5linkset

instance of H5S_linkset

index

numeric index into link vector - ignored

Value

a vector of dataset tags

Examples

bigec2 = H5S_source("http://h5s.channingremotedata.org:5000")
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

[Package rhdf5client version 1.0.7 Index]