Print a banner to the console ahead of running a step in the workflow
Source:R/cli-helpers.R
show_workflow_banner.Rd
Print a banner to the console ahead of running a step in the workflow
Examples
show_workflow_banner("1", "Step 1")
#> ────────────────────────────────────────────────────────────────────────────────
#> STEP 1
#> ┌───────────────────┐
#> │ │
#> │ -> Step 1 ... │
#> │ │
#> └───────────────────┘
show_workflow_banner("1", "Step 1", 15)
#> ────────────────────────────────────────────────────────────────────────────────
#> STEP 1
#> ┌───────────────────────────┐
#> │ │
#> │ -> Step 1 ... │
#> │ │
#> └───────────────────────────┘