Nothing
needed_packages <- c("ratlas", "knitr", "english", "showtext") 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 = "") options(knitr.table.format = "latex") set_theme(font = "Open Sans", plot_margin = ggplot2::margin(0, 10, 10, 10)) font_add_google("Open Sans") showtext::showtext_auto()
\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.