getHRDF {rhdf5client}R Documentation

getHRDF from hsds server

Description

getHRDF from hsds server

Usage

getHRDF(object)

Arguments

object

instance of H5S_source(updated object with path to file set)

Value

DataFrame of data obtained

Examples

hsdsCon = H5S_source(URL_hsds()) # hsds server
setPath(hsdsCon, "/home/reshg/tenx_full.h5")-> hsds
getHRDF(hsds)

[Package rhdf5client version 1.2.3 Index]