List Groups and Datasets in object
list.groups(object, path = "/", full.names = FALSE, recursive = TRUE, ...) list.datasets(object, path = "/", full.names = FALSE, recursive = TRUE, ...) list.objects(object, obj_type = c("H5I_GROUP", "H5I_DATASET", "H5I_DATATYPE"), path = "/", full.names = FALSE, recursive = TRUE, ...)
object |
|
path |
character; Path named to be used for iteration. |
full.names |
character; Specify if absolute DataSet path names should be returned. |
recursive |
logical; Specify if object should be traversed recursively. |
... |
Additional Parameters passed to |
obj_type |
character; Object type to be returned. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.