boom_on {boomer} | R Documentation |
Switch "boom" debugging on and off
Description
While debugging a function, call boom_on()
and all subsequent calls will be boomed,
call boom_off()
to return to standard debugging.
Usage
boom_on(clock = NULL, print = NULL)
boom_off()
Arguments
clock |
whether to time intermediate steps. Defaults to |
print |
A function, a formula or a list of functions or formulas, used to
modify the way the output is printed. Defaults to |
Value
Returns NULL
invisibly, called for side effects.
[Package boomer version 0.2.0 Index]