parse_duration | R Documentation |
hms
Converting HH:MM:SS or MM:SS to hms
parse_duration(x)
x |
A duration |
A numeric of durations in hms::hms()
.
Only needed to parse durations in The Incomparable stats.txt
files.
parse_duration("32:12")
parse_duration("32:12:04")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.