HSDSFile {rhdf5client} | R Documentation |
A HSDSFile is a representation of an HDF5 file the contents of which are accessible exposed by a HDF5 server.
HSDSFile(src, domain)
src |
an object of type HSDSSource, the server which exposes the file |
domain |
the domain string; the file's location on the server's file system. |
This function is deprecated and will be defunct in the next release.
an initialized object of type HSDSFile
if (check_hsds()) { src <- HSDSSource('http://hsdshdflab.hdfgroup.org') f10x <- HSDSFile(src, '/shared/bioconductor/tenx_full.h5') }