Point Out The Correct Statement #537
Point out the correct statement?
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Profiling, Simulation and Data Analysis - R Profiler - Quiz No.1.
Point out the correct statement?
The Rprofiler() function starts the profiler in R
Using system.time() allows you to test certain functions or code blocks to see if they are taking excessive amounts of time
R must not be compiled with profiler support
Rprofiler() tabulates how much time is spent inside each function