R/debug.R
debug.Rd
Normally this function is not called directly, but debug strings are used. See debugme().
debugme()
debug(msg, pkg = environmentName(topenv(parent.frame())), level = 2)
Message to print, character constant.
Package name to which the message belongs. Detected automatically.
The maximum debug level to show this message at.
Invisibly, the message if it is shown, otherwise NULL.
NULL