dtime {bruceR} | R Documentation |
Timer (compute time difference).
dtime(t0, unit = "secs", digits = 0)
t0 |
Time at the beginning. |
unit |
Options: |
digits |
Number of decimal places of output. Defaults to |
A character string of time difference.
## Not run:
t0 = Sys.time()
dtime(t0)
## End(Not run)