| rcpp_hdf5dataset_write_dimnames | R Documentation |
Writes row and/or column names for an HDF5 dataset using the existing
open file handle managed by the R6 object. Unlike
bdWrite_hdf5_dimnames(), this function operates through
hdf5Dataset::writeDimnames() so the long-lived R6 handle sees
the changes immediately - no metadata cache staleness.
rcpp_hdf5dataset_write_dimnames(ptr_sexp, rownames, colnames)
ptr_sexp |
External pointer (SEXP) to an open |
rownames |
Character vector of row names. Use |
colnames |
Character vector of column names. Use |
NULL invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.