
Last chance! 50% off unlimited learning
Sale ends in
Locates event labels in text of results output from read_results
and
their associated row numbers. The resulting data frame is joined back into
results to include event names
event_parse(text)
returns a data frame with event names and row numbers to eventually
be recombined with swimming results inside swim_parse
output from read_results
followed by
add_row_numbers
event_parse
is a helper function inside
swim_parse