format.H5Mat: Prepare character information of a H5Mat object

View source: R/utils.R

format.H5MatR Documentation

Prepare character information of a H5Mat object

Description

Prepare character information of a H5Mat object

Usage

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

Arguments

x

H5Mat argument list object

...

Not used.

Value

A character scalar of the displayed message

Examples

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

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