H5Dwrite {rhdf5}R Documentation

Write data to dataset

Description

Write data to dataset

Usage

H5Dwrite(h5dataset, buf, h5spaceMem = NULL, h5spaceFile = NULL)

Arguments

h5dataset

Object of class H5IdComponent representing an open HDF5 dataset.

buf

The R object containing the data to be written to the dataset.

h5spaceMem, h5spaceFile

H5IdComponent objects representing the memory and file dataspaces respectively. If these are left NULL dataspaces that match the size and shape of h5dataset will be used.


[Package rhdf5 version 2.37.4 Index]