human_time {gnn} | R Documentation |
system.time()
with human-readable output.
human_time(..., digits = 2)
... |
arguments passed to the underlying |
digits |
for rounding the output; see |
Timings with units indicated.
Marius Hofert
human_time(Sys.sleep(1))