Point out the wrong statement?
A. The primary task of debugging any R code is correctly diagnosing what the problem is
B. R provides only two tools to help you with debugging your code
C. print statement can be used for debugging purpose
D. The traceback() function must be called immediately after an error occurs
Answer: Option B

Join The Discussion