Learn R Programming

SwimmeR (version 0.14.2)

add_row_numbers: Add row numbers to raw results

Description

Takes the output of read_results and adds row numbers to it

Usage

add_row_numbers(text)

Value

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

Arguments

text

output from read_results

See Also

add_row_numbers is a helper function inside swim_parse