pretty_sec | R Documentation |
Pretty formatting of seconds
pretty_sec(sec, compact = FALSE)
sec |
Numeric vector of seconds. |
compact |
If true, then only the first non-zero unit is used. See examples below. |
Character vector of formatted time intervals.
Other time:
pretty_dt()
,
pretty_ms()
pretty_sec(c(1337, 13370, 133700, 1337000, 13370000))
pretty_sec(c(1337, 13370, 133700, 1337000, 13370000),
compact = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.