setPath {rhdf5client}R Documentation

set path for hsds server resource

Description

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

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

## Not run: 
hsdsCon = H5S_source(URL_hsds()) # hsds server connection
setPath(hsdsCon, "/home/stvjc/hdf5_mat.h5")-> hsds

## End(Not run)

[Package rhdf5client version 1.16.0 Index]