Learn R Programming

RcppPlanc (version 2.0.13)

format.H5Mat: Prepare character information of a H5Mat object

Description

Prepare character information of a H5Mat object

Usage

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

Value

A character scalar of the displayed message

Arguments

x

H5Mat argument list object

...

Not used.

Examples

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

Run the code above in your browser using DataLab