Introduction
0.1 Reproducible analysis
The entire analysis contained in this book can be reproduced by running the following function from the bookdown package.
bookdown::render_book("index.Rmd", new_session = TRUE)It may be necessary to install some additional packages to make use of the bs4_book template for this book.
install.packages("remotes")
remotes::install_github("rstudio/bslib")
install.packages("downlit")