H5Fopen {rhdf5} | R Documentation |
Open an existing HDF5 file
H5Fopen(name, flags = h5default("H5F_ACC_RD"), fapl = NULL, native = FALSE)
name |
The name (or path) of the HDF5 file to be opened. |
flags |
Character string defining the access mode for opening the file. |
fapl |
H5IdComponent object representing a file access property list.
Leaving this argument as |
native |
An object of class |
Possible values for the flags
argument are H5F_ACC_RDWR
and H5F_ACC_RDONLY
.
Note that HDF5's "Single Write Multiple Reader (SWMR) mode is not currently supported via
rhdf5.