R/msg.R

Defines functions ghitmsg

ghitmsg <- function(verbose = FALSE, msg) {
    if(isTRUE(verbose)) {
        msg
    }
    invisible()
}

Try the ghit package in your browser

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

ghit documentation built on July 4, 2017, 9:02 a.m.