dsmeta {rhdf5client}R Documentation

list information about datasets available in an H5S_source

Description

list information about datasets available in an H5S_source

Usage

dsmeta(src)

Arguments

src

H5S_source instance

Value

data frame with one row for each group and three columns. The second column has the list of datasets in the group.

Examples

bigec2 = H5S_source("http://h5s.channingremotedata.org:5000")
dsm <- dsmeta(bigec2) 
dst <- unlist(dsm[1,2])    # all dataset candidates in group 1

[Package rhdf5client version 1.0.7 Index]