event_parse_ISL {SwimmeR} | R Documentation |
Pulls out event labels from text
Description
Locates event labels in text of 'ISL' results output from read_results
and their associated row numbers. The resulting data frame is joined back
into results to include event names
Usage
event_parse_ISL(text)
Arguments
text |
output from |
Value
returns a data frame with event names and row numbers to eventually
be recombined with swimming results inside swim_parse_ISL
See Also
event_parse_ISL
is a helper function inside
swim_parse_ISL
[Package SwimmeR version 0.14.2 Index]