Search notes:
R function: browser
browser()
can be used for debugging purposes. When the execution of code reaches
browser()
, execution is halted and the debugger is entered.
A call to
browser()
can be added anywhere where an R expression is valid.
See also
Index to (some) R functions
Index