tests/testthat/helper-skip_if_no_key.R

skip_if_no_key <- function() {
  skip_if(
    condition = !fredr_has_key(),
    message = "FRED API key is not set."
  )
}
sboysel/fredr documentation built on Aug. 15, 2021, 9:19 a.m.