# Deal with operation within a switchr environment
if (any(grepl(pattern = ".switchr", x = .libPaths()))) {
  switchr::switchrNoUnload(TRUE)
}

# Make it possible to reuse chunk labels
options(knitr.duplicate.label = "allow")

# Set datadir variable, components should fetch their env from here!
datadir <- "input-data"

# Set up color mappings
colormaps <- list()

Default page

Column {.tabset}



loosolab/i2dash documentation built on April 8, 2021, 12:41 a.m.