debug | R Documentation |
Normally this function is not called directly, but debug strings
are used. See debugme()
.
debug(msg, pkg = environmentName(topenv(parent.frame())), level = 2)
msg |
Message to print, character constant. |
pkg |
Package name to which the message belongs. Detected automatically. |
level |
The maximum debug level to show this message at. |
Invisibly, the message if it is shown, otherwise NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.