Saved Bookmarks
| 1. |
_______ allows you to modify the error behavior so that you can browse the function call stack(a) debug()(b) trace()(c) recover()(d) traceback() |
|
Answer» Correct answer is (c) recover() Explanation: The recover() function can be used to modify the error behavior of R when an error occurs. |
|