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