print.html_matrix: print

View source: R/print.html_matrix.R

print.html_matrixR Documentation

print

Description

print a HTML matrix content or its components

Usage

## S3 method for class 'html_matrix'
print(x, ..., which = "")

Arguments

x

html_matrix object

...

further parameters, unused

which

character: which component to print (default: "")

Value

invisible the text matrix shown

Examples

m <- matrix(1:6, ncol=2)
l <- html_matrix(m)
print(l, which=NA)      # returns full style information
print(l, which="fmt")   # returns format information
print(l, which="value") # identical to print(l)

sigbertklinke/exams2moodle documentation built on July 6, 2023, 3:26 p.m.