library(targets)
  1. We first define some global options/functions common to all targets.

```{targets globalpackages, tar_globals = TRUE} options(tidyverse.quiet = TRUE) tar_option_set(packages = c("tidymodels", "ggplot2", "dplyr", "eicu", "finetune"))

2. Run the targets pipeline.

```r
# tar_make()
  1. Visualize the target dependency tree.
# tar_visnetwork()


awconway/eicu_nitro documentation built on Feb. 21, 2022, 4:35 p.m.