--- author: [] title: i2dashboard output: flexdashboard::flex_dashboard: theme: yeti social: null source: null navbar: [] --- 

# 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 <- "C:\\Users\\austjanz\\AppData\\Local\\Temp\\Rtmp6F7u59"

# Set up color mappings
colormaps <- list()

Title 1

Column {.tabset}

Title 2

Column {.tabset}



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