R/test-helpers.R

Defines functions local_config

local_config <- function(env = parent.frame()) {

  op <- options("bambooHR.api_key" = "apikey", "bambooHR.company_name" = "ascent")
  withr::defer(options(op), env = env)

}

Try the bambooHR package in your browser

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

bambooHR documentation built on Oct. 25, 2023, 5:07 p.m.