toptimes_parse_hytek {SwimmeR} | R Documentation |
Formats Hytek style swimming and diving Top Times reports read with
read_results
into a data frame
Description
Takes the output of read_results
and cleans it, yielding a data frame
of swimming (and diving) top times
Usage
toptimes_parse_hytek(
file_hytek_toptimes,
avoid_hytek_toptimes = avoid,
typo_hytek_toptimes = typo,
replacement_hytek_toptimes = replacement
)
Arguments
file_hytek_toptimes |
output from |
avoid_hytek_toptimes |
a list of strings. Rows in
|
typo_hytek_toptimes |
a list of strings that are typos in the original
results. |
replacement_hytek_toptimes |
a list of fixes for the strings in
|
Value
returns a data frame with columns Rank
, Result
,
Name
, Age
, Date
Meet
& Event
. Top Times
reports do not designate Team.
See Also
toptimes_parse_hytek
must be run on the output of
read_results