Write data to dataset
H5Dwrite(h5dataset, buf, h5type = NULL, h5spaceMem = NULL, h5spaceFile = NULL)Object of class H5IdComponent representing an open HDF5 dataset.
The R object containing the data to be written to the dataset.
Datatype of the HDF5 dataset to be written. If left as NULL
it will use the dataype of the R object supplied to buf.
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.