Vidyalelo
R Programming · Q121

Data Manipulation with dplyr

Programming · R Programming · question 121

Q121

Point out the correct statement?

A.
The Rprofiler() function starts the profiler in R
B.
Using system.time() allows you to test certain functions or code blocks to see if they are taking excessive amounts of time
Answer
C.
R must not be compiled with profiler support
D.
Rprofiler() tabulates how much time is spent inside each function

Answer: Option B

Solution

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