groups {rhdf5client}R Documentation

HDF5 server data groups accessor

Description

HDF5 server data groups accessor

Usage

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

## Not run: 
bigec2 = H5S_source(URL_h5serv())
groups(bigec2)

## End(Not run)

[Package rhdf5client version 1.14.2 Index]