R/utils.R
string_to_seconds.Rd
Converts strings in the "HH:MM:SS" format to seconds after midnight.
string_to_seconds(string)
A string in "HH:MM:SS" format.
The seconds after midnight of a given time string as an integer.