tests/testthat/helper-cnd.R

catch_cnd <- function(expr) {
    tryCatch(condition = identity, {
        force(expr)
        return(NULL)
    })
}

Try the eplusr package in your browser

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

eplusr documentation built on Aug. 25, 2023, 5:18 p.m.