rcpp_hdf5dataset_write_all
rcpp_hdf5dataset_write_all
OTHER
1 Description
Replaces entire HDF5 dataset contents with new data.
2 Usage
rcpp_hdf5dataset_write_all(ptr_sexp, value)3 Arguments
| Parameter | Description |
|---|---|
ptr_sexp |
External pointer (SEXP) to hdf5Dataset |
value |
Data to write (numeric matrix) |
4 Value
NULL (invisible)