H5Dchunk_dims {rhdf5}R Documentation

Return the dimensions of a dataset chunk

Description

Return the dimensions of a dataset chunk

Usage

H5Dchunk_dims(h5dataset)

Arguments

h5dataset

Object of class H5IdComponent representing an open HDF5 dataset.

Details

This function does not map directly to the HDF5 C API but is included as a useful addition.

Value

If the supplied dataset is chunked returns a vector, with length equal to the rank of the dataset, containing the size of the dataset dimensions. Returns NULL if the given dataset is not chunked.

Author(s)

Mike Smith


[Package rhdf5 version 2.37.4 Index]