str.HDF5Matrix: Structure of an HDF5Matrix object

View source: R/S3_core.R

str.HDF5MatrixR Documentation

Structure of an HDF5Matrix object

Description

Structure of an HDF5Matrix object

Usage

## S3 method for class 'HDF5Matrix'
str(object, ...)

Arguments

object

An HDF5Matrix object

...

Ignored

Value

Invisible object

Examples


tmp <- tempfile(fileext = ".h5")

X  <- hdf5_create_matrix(tmp, "data/matrix", data = matrix(rnorm(100), 10, 10))
X <- hdf5_matrix(tmp, "data/matrix")

str(X)

X$close()
unlink(tmp)



BigDataStatMeth documentation built on May 15, 2026, 1:07 a.m.