mat_tidy_clean | R Documentation |
Tidy columns: . to _
mat_tidy_clean(df)
df |
data |
reg <- lm(freeny)
out_1 <- broom::tidy(reg)
out_2 <- broom::glance(reg)
mat_tidy_clean(out_1)
mat_tidy_clean(out_2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.