print.H5Mat: Show information of a H5Mat object

View source: R/utils.R

print.H5MatR Documentation

Show information of a H5Mat object

Description

Show information of a H5Mat object

Usage

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

Arguments

x

H5Mat argument list object

...

Not used.

Value

NULL. Information displayed.

Examples

h <- H5Mat(system.file("extdata/ctrl_dense.h5", package = "RcppPlanc"),
           "data")
print(h)

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