tests/testthat/_snaps/get_flags.md

get_flags works as expected

Code
  flags_df
Output
  # A tibble: 5 x 2
    pipe_name flag        
    <chr>     <chr>       
  1 p1        experimental
  2 p1        dev         
  3 p2        critical    
  4 p2        aviation    
  5 p3        critical

returns empty data.frame if there are no flags

Code
  flags_df
Output
  # A tibble: 0 x 2
  # i 2 variables: pipe_name <chr>, flag <chr>


Try the maestro package in your browser

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

maestro documentation built on June 8, 2025, 10:44 a.m.