tests/testthat/helper-cnd.R

catch_cnd <- function(expr) {
    tryCatch(condition = identity, {
        force(expr)
        return(NULL)
    })
}
hongyuanjia/eplusr documentation built on Feb. 14, 2024, 5:38 a.m.