R/msg.R

ghitmsg <- function(verbose = FALSE, msg) {
    if(isTRUE(verbose)) {
        msg
    }
    invisible()
}
cloudyr/ghit documentation built on May 13, 2019, 8:20 p.m.