Skip to contents

Delegates to the internal .do_not_adjust() to keep logic in one place.

Usage

sa_is_do_not_adjust(row)

Arguments

row

One-row tibble from res$table.

Value

TRUE if the row satisfies the "do not adjust" rule, FALSE otherwise.

Examples

row <- tibble::tibble(
  IDS = "no",
  M7 = 1.10,
  QSori_p_x11 = 0.12,
  QSori_p_seats = 0.15,
  SEATS_has_seasonal = FALSE,
  seasonal_amp_pct = 0.8,
  vola_reduction_pct = 2
)
sa_is_do_not_adjust(row)
#> [1] TRUE