splits_parse: Collects splits within tf_parse
Description
Takes the output of read_results
and, inside of tf_parse
,
extracts split times and associated row numbers
Usage
splits_parse(text, split_len = 1)
Arguments
text
output of read_results
with row numbers appended by
add_row_numbers
split_len
the distance at which splits are measured
Value
returns a data frame with split times and row numbers