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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.