fetchDatasets {rhdf5client}R Documentation

fetch datasets of a hdf5 file from the hsds server

Description

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

Usage

fetchDatasets(object)

Arguments

object

instance of H5S_source

Value

data.frame with information about the datasets in the file

Examples

## Not run:   
hsdsCon = H5S_source(URL_hsds()) # hsds server
hsdsCon@folderPath="/home/stvjc/hdf5_mat.h5"
ds = fetchDatasets(hsdsCon)
ds

## End(Not run)

[Package rhdf5client version 1.12.0 Index]