getHRDF: getHRDF from hsds server

Description Usage Arguments Value Examples

View source: R/h5serv.R

Description

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

Usage

1
getHRDF(object, duid)

Arguments

object

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

duid

character string with dataset uuid

Value

DataFrame of data obtained

Examples

1
2
3
4
5
6
7
## Not run: 
hsdsCon = H5S_source(URL_hsds()) # hsds server
hsdsCon@folderPath="/home/stvjc/hdf5_mat.h5"
ds = fetchDatasets(hsdsCon) #Pick the ID of the dataset you are interested in
getHRDF(hsdsCon, "d-a9e4b71c-8ea2-11e8-9306-0242ac120022")

## End(Not run)

rhdf5client documentation built on Nov. 8, 2020, 5:55 p.m.