tests/testthat/helpers.R

skip_if_bde_offline <- function() {
  if (bde_check_access()) {
    return(invisible(TRUE))
  }

  testthat::skip("BdE API is not reachable.")
  invisible()
}

Try the tidyBdE package in your browser

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

tidyBdE documentation built on July 7, 2026, 1:06 a.m.