Saved Bookmarks
| 1. |
The _______ function computes the time (in seconds) needed to execute an expression.(a) system.timedeb()(b) system.time()(c) system.datetime()(d) system.deb() |
|
Answer» Correct choice is (b) system.time() Explanation: They system.time() function takes an arbitrary R expression as input and returns the amount of time taken to evaluate the expression. |
|