dsmeta: list information about datasets available in an H5S_source

Description Usage Arguments Value Examples

View source: R/h5serv.R

Description

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

Usage

1
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

1
2
3
4
5
6
## Not run: 
bigec2 = H5S_source(URL_h5serv())
dsm <- dsmeta(bigec2) 
dst <- unlist(dsm[1,2])    # all dataset candidates in group 1

## End(Not run)

rhdf5client documentation built on Nov. 8, 2020, 5:55 p.m.