tests/testthat/_snaps/labels.md

can get a single labeled pipeline

Code
  schedule$get_labels()
Output
  # A tibble: 1 x 3
    pipe_name label  value         
    <chr>     <chr>  <chr>         
  1 labelled  domain transportation

can get a double labeled pipeline

Code
  schedule$get_labels()
Output
  # A tibble: 2 x 3
    pipe_name label  value         
    <chr>     <chr>  <chr>         
  1 labelled  domain transportation
  2 labelled  author will

can get a double labeled pipeline with the same key

Code
  schedule$get_labels()
Output
  # A tibble: 2 x 3
    pipe_name label  value
    <chr>     <chr>  <chr>
  1 labelled  author will 
  2 labelled  author kaz


Try the maestro package in your browser

Any scripts or data that you put into this service are public.

maestro documentation built on July 2, 2026, 5:07 p.m.