library(here, include.only = "here")
library(targets)
library(tarchetypes)
library(data.table)
library(ggplot2)
library(purrr)
lapply(
list.files(
here("R"), pattern = "\\.R$", full.names = TRUE, all.files = FALSE
),
source
)
list(
### Write targets here
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.