View source: R/tabularise.anova.R
tabularise_tidy.aov | R Documentation |
Tidy version of the aov object into a flextable object
## S3 method for class 'aov'
tabularise_tidy(data, ..., kind = "ft", env = parent.frame())
data |
An anova object |
... |
Additional arguments passed to |
kind |
The kind of table to produce: "tt" for tinytable, or "ft" for flextable (default). |
env |
The environment where to evaluate the object. |
flextable object you can print in different form or rearrange with the {flextable} functions.
iris_aov <- aov(data = iris, Petal.Length ~ Species)
tabularise::tabularise$tidy(iris_aov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.