Delegates to the internal .do_not_adjust() to keep logic in one place.
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
