H5P_FILE_ACCESS-class {hdf5r} | R Documentation |
Class for HDF5 property list for file creation
Description
It inherits all functions of the H5P
.
Value
Object of class H5P_FILE_ACCESS
.
Methods
new(id = NULL)
-
Create a new class of type
H5P_FILE_ACCESS
Parameters
- id
Internal use only
set_cache(rdcc_nslots = 521, rdcc_nbytes = 2^20, rdcc_w0 = 0.75)
-
This function implements the HDF5-API function H5Pset_cache. Please see the documentation at https://docs.hdfgroup.org/hdf5/v1_10/group___h5_p.html for details.
get_cache()
-
This function implements the HDF5-API function H5Pget_cache. Please see the documentation at https://docs.hdfgroup.org/hdf5/v1_10/group___h5_p.html for details.
Author(s)
Holger Hoefling
See Also
[Package hdf5r version 1.3.11 Index]