\listoffigures \listoftables \bookmarksetup{startatroot}
knitr::opts_chunk$set( echo=FALSE, warning=FALSE, message=FALSE ) library(TopicLongTable) # Make sure that TopicLongTables are correctly formatted with a sufficient # number of compilation passes options(tinytex.compile.min_times = 4) library(knitr) library(bsd.report) library(tidyverse) library(cowplot) theme_set(theme_cowplot()) library(assertr) library(pander) panderOptions("table.split.table", 1e6) scale_colour_ordinal <- scale_colour_hue scale_fill_ordinal <- scale_fill_hue
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.