Q. What does the Sys.sleep(2) function do in R? (A) Pauses the execution of R for 2 seconds (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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Pauses the execution of R for 2 seconds