H5S_dataset2 {rhdf5client}R Documentation

H5S_dataset2 for datasets in hsds server

Description

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

Usage

H5S_dataset2(object, duid)

Arguments

object

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

duid

character vector with dataset uuid of interest

Value

H5S_dataset object

Examples

## Not run: 
hsdsCon = H5S_source(URL_hsds()) # hsds server
hsdsCon@folderPath="/home/stvjc/hdf5_mat.h5"
ds = fetchDatasets(hsdsCon) #Pick the dataset id of interest
H5S_dataset2(hsdsCon, "d-a9e4b71c-8ea2-11e8-9306-0242ac120022")

## End(Not run)

[Package rhdf5client version 1.12.0 Index]