View source: R/rvn_utilities.R
hhmmss2dec | R Documentation |
Converts string format HH:MM:SS to decimal hours
hhmmss2dec(x)
x |
input as character, format HH:MM:SS |
time in decimal hours
# return hour:minutes:seconds to decimal hours
hhmmss2dec("02:35:58")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.