Learn R Programming

JumpeR (version 0.3.0)

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

See Also

splits_parse runs inside tf_parse on the output of read_results with row numbers from add_row_numbers