knitr::opts_chunk$set(echo = FALSE, 
                      message = FALSE,
                      warning = FALSE,
                      fig.align = "center",
                      fig.width = 15,
                      fig.height = 14
                      )
library(here)
library(targets)
library(tidyverse)
library(janitor)
theme_set(theme_bw())
source(here("code", "targets_functions", "functions.R"))
tar_config_set(store = here("_targets"))


c1au6i0/labor documentation built on July 23, 2022, 5:31 p.m.