View source: R/print_basic_table.R
print.Tablespan | R Documentation |
print.Tablespan
## S3 method for class 'Tablespan'
print(x, digits = 2, n = 3, ...)
x |
result from tablespan |
digits |
number of digits to round doubles to |
n |
number of rows to print |
... |
additional arguments passed to prmatrix |
nothing
data("iris")
tbl <- tablespan(data = iris[iris$Species == "setosa", ],
formula = Species ~ (Sepal = Sepal.Length + Sepal.Width) +
(Petal = Petal.Length + Petal.Width))
print(tbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.