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()The question was asked during an online exam.This question is from Debugging Tools topic in chapter Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming

Answer»

Correct answer is (c) RECOVER()

EXPLANATION: The recover() function can be used to modify the ERROR behavior of R when an error occurs.



Discussion

No Comment Found

Related InterviewSolutions