Learn R Programming

hdf5r (version 1.3.11)

names.H5Group: Get the names of the items in the group or at the / root of the file

Description

Get the names of the items in the group or at the / root of the file

Usage

# S3 method for H5Group
names(x)

# S3 method for H5File names(x)

Value

A character vector with the names of the items in the group/file.

Arguments

x

An object of class H5File or H5Group

Author

Holger Hoefling

Details

Works similar to the regular names function for a list. The names of the items of either a H5File at the root or a H5Group are returned as a character vector. The items are then accessed, again similar to a list, using [[.