print.Tablespan: print.Tablespan

View source: R/print_basic_table.R

print.TablespanR Documentation

print.Tablespan

Description

print.Tablespan

Usage

## S3 method for class 'Tablespan'
print(x, digits = 2, n = 3, ...)

Arguments

x

result from tablespan

digits

number of digits to round doubles to

n

number of rows to print

...

additional arguments passed to prmatrix

Value

nothing

Examples

data("iris")
tbl <- tablespan(data = iris[iris$Species == "setosa", ],
          formula = Species ~ (Sepal = Sepal.Length + Sepal.Width) +
            (Petal = Petal.Length + Petal.Width))
print(tbl)

tablespan documentation built on April 3, 2025, 9:21 p.m.