H5Dset_extent: Change the dimensions of an HDF5 dataset

View source: R/H5D.R

H5Dset_extentR Documentation

Change the dimensions of an HDF5 dataset

Description

Change the dimensions of an HDF5 dataset

Usage

H5Dset_extent(h5dataset, size)

Arguments

h5dataset

Object of class H5IdComponent representing an open HDF5 dataset.

size

An integer vector with the new dimension of the dataset.

Details

This function can only be applied to datasets that meet the following criteria:

  • A chunked dataset with unlimited dimensions

  • A chunked dataset with fixed dimensions if the new dimension sizes are less than the maximum sizes set with maxdims

Value

A logical vector of length 1. Value will be TRUE if the operation was sucessful and FALSE otherwise.

Author(s)

Bernd Fischer, Mike Smith


grimbough/rhdf5 documentation built on April 16, 2024, 8:22 p.m.