HSDSSource {rhdf5client} | R Documentation |
A HSDSSource is a representation of a URL which provides access to a HDF5 server (either h5serv or hsds.)
HSDSSource(endpoint, type = "hsds")
endpoint |
URL for server |
type |
Type of server software at the source; must be |
This function is deprecated and will be defunct in the next release.
An object of type HSDSSource
if (check_hsds()) { src.hsds <- HSDSSource('http://hsdshdflab.hdfgroup.org') }