R/customStop.R

Defines functions customStop

customStop <-
function(msg, func){
    custom.msg <- paste('In ', func, ', ', msg, sep = '')
    stop(custom.msg, call. = FALSE)
}
ChristopherLucas/MatchingFrontier documentation built on June 10, 2020, 6:01 p.m.