R/msg.R

Defines functions .msg

.msg <- function(verbose, message, ...) {
    if (isTRUE(verbose)) {
        message(message, ...)
    }
}

Try the nuggets package in your browser

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

nuggets documentation built on April 3, 2025, 8:07 p.m.