tests/testthat/custom_tests/expect_colname.R

expect_colname <- function(expected_colname, colnames) {
  expect_true(expected_colname %in% colnames)
}
epiforecasts/covidregionaldata documentation built on June 26, 2022, 1 a.m.