\listoffigures \listoftables \bookmarksetup{startatroot}

Version History

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

Summary

Appendices

Session

sessionInfo()


billdenney/bsd.report documentation built on Jan. 16, 2024, 12:54 a.m.