Writes a block of data to an HDF5 dataset at specified offset. Supports writing scalars, vectors, and matrices.
rcpp_hdf5dataset_write_block(
ptr_sexp,
value,
row_offset,
col_offset,
nrows,
ncols
)NULL (invisible)
External pointer (SEXP) to hdf5Dataset
Data to write (numeric scalar, vector, or matrix)
Starting row (0-based in C++, but receives 1-based from R)
Starting column (0-based in C++, but receives 1-based from R)
Number of rows to write
Number of columns to write