Use a targets pipeline template for converting SAS registers to Parquet
Source:R/use-targets.R
use_targets_template.RdCopies a _targets.R template to the given directory.
Usage
use_targets_template(path = ".", open = rlang::is_interactive())Examples
use_targets_template(path = fs::path_temp(""))
#> ✔ Created /tmp/RtmpXdiw6f/_targets.R
#> ℹ Edit the `config` section to set your paths.