knitr::opts_chunk$set(include = FALSE) # by default, chunk code and output is hidden
options(scipen = 10) # force R to show full numbers, not scientific notation

library(reschola)
library(tidyverse)
library(scales)

# make ggplot2 use Ubuntu fonts without you having to set it
set_reschola_ggplot_fonts()

# default ggplot theme
theme_set(theme_schola())

# helper functions and shared code
source("shared.R", local = TRUE)

\newpage



scholaempirica/reschola documentation built on Feb. 1, 2024, 12:26 a.m.