groups-methods: HDF5 server data groups accessor

Description Usage Arguments Value Examples

Description

HDF5 server data groups accessor

Usage

1
2
3
4
5
6
7
groups(object, index, ...)

## S4 method for signature 'H5S_source,missing'
groups(object, index, ...)

## S4 method for signature 'H5S_source,numeric'
groups(object, index, ...)

Arguments

object

H5S_source instance

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

index

numeric, if present, extracts metadata about selected group (sequential ordering of groups as returned by server) access for group information for HDF5 server

...

not used

Value

a data frame with group name and number of links for each group

Examples

1
2
3
4
5
## Not run: 
bigec2 = H5S_source(URL_h5serv())
groups(bigec2)

## End(Not run)

sampoll/rhdf5client documentation built on June 4, 2019, 6:56 p.m.