knitr::opts_chunk$set(echo = FALSE,
                      fig.align = 'center',
                      out.width = '\\linewidth',
                      fig.width = 12,
                      fig.height = 8)

options(tidyverse.quiet = TRUE)

library(targets)
library(ggplot2)
theme_set(theme_bw())
theme_update(plot.title = element_text(hjust = 0.5))
theme_update(legend.position = "bottom")
tar_read(hist)


oliviaAB/OAButils documentation built on June 24, 2022, 12:17 a.m.