tests/testthat/test_helpers.R

test_that(desc = "Test helpers",
                    code = {
skip_on_oldrel()
expect_true(
get_na_means.data.frame(airquality)[[1]] == percent_missing.data.frame(airquality)[[1]]
                      )
                      
                    })

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.