Description Usage Arguments Value See Also Examples
Returns and (optionally) prints the total and/or partial (since the last call to this function) real and CPU times.
1 2 |
... |
objects (describing the last operation) to be printed (using |
reset |
logical; if |
total |
logical; if |
last |
logical; if |
flush |
logical; if |
Invisibly returns a list with the following 3 components
(objects of class "proc_time"
):
time |
user, system, and total elapsed times for the currently running R process
(result of a call to |
last, total |
differences between the corresponding |
proc.time
, system.time
, flush.console
.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.