InterviewSolution
Saved Bookmarks
| 1. |
system.time function returns an object of class _______ which contains two useful bits of information.(a) debug_time(b) proc_time(c) procedure_time(d) date.time_timeI got this question by my school principal while I was bunking the class.This intriguing question comes from R Profiler topic in division Profiling, Simulation and Data Analysis of R Programming |
|
Answer» CORRECT option is (B) proc_time For EXPLANATION: if there’s an error, gives the TIME until the error occurred. |
|