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)Named list with two character elements:
Row names, or character(0) if absent
Column names, or character(0) if absent
External pointer (SEXP) to an open hdf5Dataset
object managed by the R6 class.