R/aaa.r

Defines functions msg

utils::globalVariables(c("x", "y", "value"))

.dbg <- TRUE

msg <- function(...) {

  if (.dbg) message(...)

}

Try the waffle package in your browser

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

waffle documentation built on Oct. 1, 2023, 1:07 a.m.