print.Tablespan {tablespan} | R 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)
[Package tablespan version 0.2.1 Index]