Vidyalelo
R Programming · Q127

Data Manipulation with dplyr

Programming · R Programming · question 127

Q127

Point out the correct statement?

A.
Rprofiler() tabulates how much time is spent inside each function
B.
Rprof() keeps track of the function call stack at regularly sampled intervals
Answer
C.
By default, the profiler samples the function call stack every 2 seconds
D.
R must not be compiled with profiler support

Answer: Option B

Solution

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