setPath {rhdf5client}R Documentation

set path for hsds server resource

Description

set path for hsds server resource

Usage

setPath(object, folderPath, ...)

Arguments

object

H5S_source instance

folderPath

character string with path to user's folder on hsds server

...

not used

Value

an updated object with folderPath set

Examples

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

[Package rhdf5client version 1.2.3 Index]