Nothing
needed_packages <- c("here", "fs", "glue", "english", "knitr", "kableExtra", "ggplot2") load_packages <- function(x) { if (!(x %in% installed.packages())) { install.packages(x, repos = "https://cran.rstudio.com/") } suppressPackageStartupMessages(require(x, character.only = TRUE)) } vapply(needed_packages, load_packages, logical(1)) options(knitr.kable.NA = "") set_theme(font = "Arial Narrow", plot_margin = margin(0, 10, 10, 10))
\newpage
if (!file.exists("bib/packages.bib")) file.create("bib/packages.bib") suppressWarnings( knitr::write_bib(c(.packages()), "bib/packages.bib") )
\printbibliography[heading=none]
\setlength{\parindent}{15pt} \setlength{\leftskip}{0pt}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.