domains {rhdf5client}R Documentation

HSDS server domains accessor

Description

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

Usage

domains(object, ...)

Arguments

object

H5S_source instance

...

not used

Value

a data frame with domains name

Examples

## Not run: 
hsdsCon = H5S_source(URL_hsds()) # hsds server connection
setPath(hsdsCon, "/home/stvjc/")-> hsds
domains(hsds)

## End(Not run)

[Package rhdf5client version 1.16.0 Index]