

MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your R Programming knowledge and support exam preparation. Choose a topic below to get started.
1. |
______ suspends the execution of a function wherever it is called and puts the function in debug mode. |
A. | debug() |
B. | trace() |
C. | recover() |
D. | browser() |
Answer» E. | |
2. |
__________ prints out the function call stack after an error occurs. |
A. | trace() |
B. | traceback() |
C. | back() |
D. | traback() |
Answer» C. back() | |