targets: provide the full URLs for link members

Description Usage Arguments Value Examples

View source: R/h5serv.R

Description

This function is deprecated and will be defunct in the next release.

Usage

1
targets(h5linkset, index)

Arguments

h5linkset

instance of H5S_linkset

index

numeric index into link vector - ignored

Value

a vector of dataset tags

Examples

1
2
3
4
5
6
## Not run: 
bigec2 = H5S_source(URL_h5serv())
lks <- links(bigec2, 1)    # linkset for root group 
urls <- targets(lks)       # URLs of datasets in linkset

## End(Not run)

rhdf5client documentation built on Nov. 8, 2020, 5:55 p.m.