Description Usage Arguments Examples
Print times in a readable way.
1 | readable.time(time, unit = "seconds")
|
time |
A time count. |
unit |
The unit of time (e.g. "seconds"). |
1 2 3 4 5 6 7 | ## Not run:
library(memuse)
readable.time(10000, unit="seconds")
readable.time(10000, unit="minutes")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.