Retrieve object from a group of file
Retrieve object from a group of file
## S3 method for class 'H5Group' x[[name, ..., link_access_pl = h5const$H5P_DEFAULT, dataset_access_pl = h5const$H5P_DEFAULT, type_access_pl = h5const$H5P_DEFAULT]] ## S3 method for class 'H5File' x[[name, ..., link_access_pl = h5const$H5P_DEFAULT, dataset_access_pl = h5const$H5P_DEFAULT, type_access_pl = h5const$H5P_DEFAULT]] ## S3 replacement method for class 'H5Group' x[[name, ...]] <- value ## S3 replacement method for class 'H5File' x[[name, ...]] <- value
x |
|
name |
Name of the object to retrieve. Has to be a character vector of length one. No integer values allowed. |
... |
Currently ignored |
link_access_pl |
An object of class |
dataset_access_pl |
An object of class |
type_access_pl |
Currently always |
value |
Works similar to retrieving objects in a list. x[["my_name"]]
retrieves object my_name
from the
HDF5-File or HDF5-Group x
.
Holger Hoefling
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.