Takes a character string (or list) representing time in track format (e.g.
1:35.37) and converts it to a numeric value (95.37) or a list of values
representing seconds.
Usage
math_format(x)
Arguments
x
A character vector of time(s) in track format (e.g. 1:35.93, as
minutes:seconds.tenths hundreths) to be converted to seconds (95.93)
Value
returns the value of the string x which represents a time in
track format (mm:ss.th) and converts it to seconds