View source: R/high_level_UI.R
| names.H5Group | R Documentation |
/ root of the fileGet the names of the items in the group or at the / root of the file
## S3 method for class 'H5Group'
names(x)
## S3 method for class 'H5File'
names(x)
x |
An object of class |
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 [[.
A character vector with the names of the items in the group/file.
Holger Hoefling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.