Saved Bookmarks
| 1. |
______ suspends the execution of a function wherever it is called and puts the function in debug mode.(a) debug()(b) trace()(c) recover()(d) browser() |
|
Answer» Correct choice is (d) browser() To elaborate: The debug() function initiates an interactive debugger (also known as the “browser” in R) for a function. |
|