reaction_times_parse: Pulls out reaction times from text

View source: R/reaction_times_parse.R

reaction_times_parseR Documentation

Pulls out reaction times from text

Description

Locates reaction times in text of results output from read_results and their associated row numbers. The resulting data frame is joined back into results to include reaction times

Usage

reaction_times_parse(text)

Arguments

text

output from read_results followed by add_row_numbers

Value

returns a data frame with reaction times and row numbers to eventually be recombined with swimming results inside swim_parse

See Also

reaction_times_parse is a helper function inside swim_parse


SwimmeR documentation built on March 31, 2023, 8:27 p.m.