format.H5SpMat {RcppPlanc} | R Documentation |
prepare character information of a H5SpMat object
Description
prepare character information of a H5SpMat object
Usage
## S3 method for class 'H5SpMat'
format(x, ...)
Arguments
x |
H5SpMat argument list object |
... |
Not used. |
Value
A character scalar of the displayed message
Examples
h <- H5SpMat(system.file("extdata/ctrl_sparse.h5", package = "RcppPlanc"),
"data", "indices", "indptr", 173, 300)
format(h)
[Package RcppPlanc version 2.0.13 Index]