library(here)
library(knitr)
knitr::opts_chunk$set(
  echo = TRUE,
  message = FALSE,
  tidy = 'styler',
  fig.align = "left",
  fig.pos = "H",
  comment = NA,
  tidy.opts = list(
    transformers = styler::tidyverse_style(strict = TRUE)
  )
)

invisible(
  lapply(list.files(here("R"), pattern = "*.R", full.names = TRUE), source)
)
options(knitr.table.format = "latex")
ggplot2::theme_set(ggplot2::theme_light())

Question 1



sbw78/sbwtools documentation built on May 20, 2024, 9 a.m.