links {rhdf5client}R Documentation

access for link metadata for HDF5 server groups

Description

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

Usage

links(object, index, ...)

Arguments

object

H5S_source instance

index

numeric group index

...

not used

Value

an object of type H5S_linkset with the linkset of the group

Examples

## 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)

[Package rhdf5client version 1.14.2 Index]