InterviewSolution
Saved Bookmarks
| 1. |
The profiler can be turned off by passing _________ to Rprof().(a) 0(b) 1(c) 2(d) NULLThe question was asked during an internship interview.Enquiry is from R Profiler topic in section Profiling, Simulation and Data Analysis of R Programming |
|
Answer» RIGHT answer is (d) NULL Explanation: RPROF(NULL) is used to turn off the profiler. |
|