| format.H5SpMat | R Documentation | 
prepare character information of a H5SpMat object
## S3 method for class 'H5SpMat'
format(x, ...)
x | 
 H5SpMat argument list object  | 
... | 
 Not used.  | 
A character scalar of the displayed message
h <- H5SpMat(system.file("extdata/ctrl_sparse.h5", package = "RcppPlanc"),
             "data", "indices", "indptr", 173, 300)
format(h)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.