Description Usage Arguments Value Examples
This function is deprecated and will be defunct in the next release.
1 | dsmeta(src)
|
src |
H5S_source instance |
data frame with one row for each group and three columns. The second column has the list of datasets in the group.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.