debug {StabPerf} | R Documentation |
Prints its arguments, when the option edprakt.debug
is TRUE
.
debug(..., sep="")
... |
Anything that can be handled by cat |
sep |
character. Separator, passed to cat |
Prints the current date, time, hostname, and current process ID, followed by the given text.
debug("Value of var is:", var)