tests/testthat/_snaps/flux_flag_count.md

quality flags count works

Code
  flux_flag_count(slopes30lin_flag)
Output
  # A tibble: 10 x 3
     f_quality_flag     n ratio
     <fct>          <int> <dbl>
   1 ok                 5 0.833
   2 zero               1 0.167
   3 discard            0 0    
   4 force_discard      0 0    
   5 start_error        0 0    
   6 no_data            0 0    
   7 force_ok           0 0    
   8 force_zero         0 0    
   9 force_lm           0 0    
  10 no_slope           0 0

quality flags count works after calculating fluxes

Code
  flux_flag_count(fluxes)
Output
  # A tibble: 10 x 3
     f_quality_flag     n ratio
     <fct>          <int> <dbl>
   1 ok                 5 0.833
   2 zero               1 0.167
   3 discard            0 0    
   4 force_discard      0 0    
   5 start_error        0 0    
   6 no_data            0 0    
   7 force_ok           0 0    
   8 force_zero         0 0    
   9 force_lm           0 0    
  10 no_slope           0 0


Try the fluxible package in your browser

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

fluxible documentation built on June 25, 2025, 1:08 a.m.