| rcpp_hdf5dataset_read_dimnames | R Documentation |
Reads the row and column names stored alongside an HDF5 dataset following the BigDataStatMeth convention:
rownames stored at group/.<dataset>_dimnames/1
colnames stored at group/.<dataset>_dimnames/2
When a component has not been written an empty character(0) is
returned for it. The function uses BigDataStatMeth::hdf5Dims in
read mode (bWrite = false) so no data on disk is modified.
rcpp_hdf5dataset_read_dimnames(ptr_sexp)
ptr_sexp |
External pointer (SEXP) to an open |
Named list with two character elements:
Row names, or character(0) if absent
Column names, or character(0) if absent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.