knitr::opts_knit$set(root.dir = rprojroot::find_rstudio_root_file()) # Set WD to Root here::i_am("dev/build.Rmd") library(tidyverse) library(here) library(usethis)
usethis::use_git()
usethis::use_git_ignore("quiz") usethis::use_git_ignore("quiz_ans") usethis::use_git_ignore("*.nb.html") # So that Github know its R usethis::use_git_ignore("*.html") # So that Github know its R
usethis::use_description(check_name = F)
usethis::use_package("here") usethis::use_package("usethis") usethis::use_package("tidyverse", "depend") usethis::use_package("ISLR") usethis::use_package("ISLR2") usethis::use_package("MASS") usethis::use_package("broom") usethis::use_package("plotly") # For Subset Selection usethis::use_package("leaps")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.