tests/testthat/_snaps/drop_na_if.md

drop_na_if errors as expected

Code
  expect_error(drop_na_if(airquality, sign = "nope"))
  expect_error(drop_na_if(grouped_drop, percent_na = 67, sign = "lteq",
    grouping_cols = "gibberish"))
  expect_error(drop_na_if(grouped_drop, sign = "lteq", percent_na = 20,
    grouping_cols = "ID", target_columns = "Values", keep_columns = "Vals"))


Try the mde package in your browser

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

mde documentation built on Feb. 10, 2022, 5:08 p.m.