Pull workflow files from inst/workflow or inst/workflows for each package
Source:R/utils-workflows.R
pull_workflows.RdFor each resolved package, checks inst/workflow first, then falls back to
inst/workflows. Only when both are absent is the package skipped with a
message. Matched files are merged directly into a workflows/ subdirectory
under path. Duplicate output paths across packages are detected and can
emit warnings or errors.
Usage
pull_workflows(resolved, path, collision_action = c("warn", "error"))