minute_to_time | R Documentation |
Transform minute variable into a character string in hour format.
minute_to_time(time, sec = TRUE, sep = c(":", "h"), day = TRUE)
time |
positive numeric value in minute |
sec |
add the sec part of the string. |
sep |
':' by default, choice between ':' and 'h'. Only affect only the first separator character |
day |
TRUE by default, allow to set time in a day period (betwwen 00h00 and 23:59) |
character string
Jaunatre Maxime <maxime.jaunatre@yahoo.fr>
minute_to_time(130.5, sec = TRUE) minute_to_time(130.5, sec = FALSE) minute_to_time(130.5, sec = TRUE, sep = 'h') minute_to_time(130.5, sec = FALSE, sep = 'h') minute_to_time(1440, sec = FALSE, sep = 'h') minute_to_time(1664, sec = FALSE, sep = 'h')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.