# _targets.R
library(targets)
library(tarchetypes)
source("R/functions.R")
options(tidyverse.quiet = TRUE)
tar_option_set(packages = c("tidyverse")) # add packages here
tar_pipeline(
# add targets here
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.