View source: R/time_str_to_n_sec.R
time_str_to_n_sec | R Documentation |
This time format is used in a Peregrine log file
time_str_to_n_sec(str)
str |
the time string as text, for example |
use time_strs_to_n_secs for multiple strings
time_str <- "12:55:44"
# 12 * 60 * 60) + (55 * 60) + 44
time_str_to_n_sec(time_str)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.