Vidyalelo
R Programming · Q97

Control Structures in R Programming

Programming · R Programming · question 97

Q97

Point out the correct statement?

A.
The traceback() function must be called immediately after an error occurs
Answer
B.
The debugger calls the browser at the very low level of the function body
C.
Every time you call the mod() function it will launch the interactive debugger
D.
R provides only two tools to help you with debugging your code

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board