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