Vidyalelo
R Programming · Q120

Control Structures in R Programming

Programming · R Programming · question 120

Q120

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
Answer
C.
print statement can be used for debugging purpose
D.
The traceback() function must be called immediately after an error occurs

Answer: Option B

Solution

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