View source: R/time_strs_to_n_secs.R
time_strs_to_n_secs | R Documentation |
Convert each time string to the number of seconds
time_strs_to_n_secs(strs)
strs |
the time strings as text, for example |
time_strs <- c("00:00:01", "01:02:03", "1-02:03:04")
# Reduplicated plural: a vector of number of seconds
time_strs_to_n_secs(time_strs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.