report | R Documentation |
Generic function for creating reporting tables.
report(x, ...)
x |
An compatibleobject that can be summarized |
... |
further arguments passed to make_table |
A data frame with the report table
report(iris) #Report of descriptive statistics
lm1 <- lm(Petal.Length ~ Sepal.Width + Species, data=iris)
report(lm1) #Report of model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.