library(targets)
library(tarchetypes) # Use tarchetypes for tar_files().
source("6-branching/functions.R")
tar_option_set(
packages = c(
"corrr",
"keras",
"recipes",
"rsample",
"tidyverse",
"yardstick"
)
)
list(
tar_files(churn_file, list.files("data", full.names = TRUE))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.