tests/testthat/helper.R

skip_if_no_token <- function() {
  if (has_census_key()) {
    Sys.sleep(3)
  } else {
    skip("No Census Key")
  }
}
christopherkenny/censable documentation built on May 31, 2024, 7:50 a.m.