tests/testthat/helper.R

make_temp_conf <- function(obj) {
  cat(
    yaml::as.yaml(obj),
    file = tmp <- tempfile()
  )
  tmp
}
gaborcsardi/conf documentation built on May 24, 2019, 4:04 a.m.