knitr::opts_knit$set(root.dir = rprojroot::find_rstudio_root_file()) # Set WD to Root here::i_am("my_dev/aov.Rmd") library(here)
usethis::use_r("aov")
usethis::use_package("car") usethis::use_package("broom") usethis::use_import_from("stats", c("formula", "lm", "p.adjust", "setNames","shapiro.test") )
lbmod::aov_auto(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.