R/msg.R

Defines functions ghitmsg

ghitmsg <- function(verbose = FALSE, msg) {
    if(isTRUE(verbose)) {
        msg
    }
    invisible()
}
leeper/ghit documentation built on May 21, 2019, 12:37 a.m.