cleaned_tidy | R Documentation |
Additional formatting options for a broom::tidy() data.frame
cleaned_tidy(x, hun = FALSE)
x |
model or tidied data.frame |
hun |
Hungarian output? (default FALSE) |
m <- broom::tidy(lm(Sepal.Length ~ Petal.Width, iris))
cleaned_tidy(m)
m <- lm(Sepal.Length ~ Petal.Width, iris)
cleaned_tidy(m, hun = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.