tests/testthat/custom_tests/expect_colname.R

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