Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

H5P_DATASET_XFER-class

Class for HDF5 property list for dataset transfer


Description

It inherits all functions of the H5P.

Value

Object of class H5P_DATASET_XFER.

Methods

new(id = NULL)

Create a new class of type H5P_DATASET_XFER

Parameters

id

Internal use only

set_buffer(size = 2^20)

This function implements the HDF5-API function H5Pset_buffer. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_SET_BUFFER for details.

set_edc_check(check = h5const$H5Z_ENABLE_EDC)

This function implements the HDF5-API function H5Pset_edc_check. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_SET_EDC_CHECK for details.

get_edc_check()

This function implements the HDF5-API function H5Pget_edc_check. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_GET_EDC_CHECK for details.

set_hyper_vector_size(size = 2^10)

This function implements the HDF5-API function H5Pset_hyper_vector_size. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_SET_HYPER_VECTOR_SIZE for details.

get_hyper_vector_size()

This function implements the HDF5-API function H5Pget_hyper_vector_size. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_GET_HYPER_VECTOR_SIZE for details.

set_btree_ratios(left, middle, right)

This function implements the HDF5-API function H5Pset_btree_ratios. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_SET_BTREE_RATIOS for details.

get_btree_ratios()

This function implements the HDF5-API function H5Pget_btree_ratios. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_GET_BTREE_RATIOS for details.

Author(s)

Holger Hoefling

See Also


hdf5r

Interface to the 'HDF5' Binary Data Format

v1.3.3
Apache License 2.0 | file LICENSE
Authors
Holger Hoefling [aut, cre], Mario Annau [aut], Novartis Institute for BioMedical Research (NIBR) [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.