here::i_am("./run.R")
library(targets)
source("./_targets.R")
tar_manifest(fields = "command")
tar_outdated()
tar_glimpse()
tar_visnetwork(targets_only = TRUE)
tar_visnetwork()
system.time(tar_make())
tar_meta(fields = warnings)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.