## Load your packages, e.g. library(targets).
list.files("R", full.names = TRUE) |>
purrr::walk(source)
## tar_plan supports drake-style targets and also tar_target()
tar_plan(
# target = function_to_make(arg), ## drake style
# tar_target(target2, function_to_make2(arg)) ## targets style
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.