Description Usage Value Examples
Returns the amount of time in human-readable units that the current process has been in user mode.
Returns the amount of time to the nearest second in human-readable units that the current R process has been active, i.e. the wall-clock time of the process.
1 2 3 |
A readabletime object.
A readabletime object.
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
library(memuse)
Sys.usrtime()
## End(Not run)
## Not run:
library(memuse)
Sys.runtime()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.