Vidyalelo
R Programming · Q24

Control Structures in R Programming

Programming · R Programming · question 24

Q24

What does the Sys.sleep(2) function do in R?

A.
Pauses the execution of R for 2 seconds
Answer
B.
Sets the system clock to 2 seconds
C.
Sleeps the R process for 2 milliseconds
D.
Delays the execution of a loop by 2 seconds

Answer: Option A

Solution

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