print.H5SpMat: Show information of a H5SpMat object

View source: R/utils.R

print.H5SpMatR Documentation

Show information of a H5SpMat object

Description

Show information of a H5SpMat object

Usage

## S3 method for class 'H5SpMat'
print(x, ...)

Arguments

x

H5SpMat argument list object

...

Not used.

Value

NULL. Information displayed.

Examples

h <- H5SpMat(system.file("extdata/ctrl_sparse.h5", package = "RcppPlanc"),
             "data", "indices", "indptr", 173, 300)
print(h)

RcppPlanc documentation built on April 15, 2025, 1:11 a.m.