R/test.R

Defines functions expect_null

# dummy function to ensure code coverage runs
expect_null <- function(object, info = NULL, label = NULL) {
  testthat::expect_null(object, info, label)
}

Try the klexdatr package in your browser

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

klexdatr documentation built on May 30, 2021, 1:06 a.m.