Description Usage Arguments Examples
Convert hh:mm:ss to hours
1 | convert_hhmmss(hhmmss, forward = TRUE)
|
hhmmss |
Either a string with "hh:mm:ss" or a decimal number of hours |
forward |
Default is TRUE, thus performs the hh:mm:ss conversion to decimal. FALSE would do the opposite conversion. |
1 2 3 | convert_hhmmss("07:56:08") / convert_hhmmss("09:46:22")
0.8040201 * convert_hhmmss("28:23:41")
convert_hhmmss(23.09548, forward=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.