View source: R/hytek_toptimes_parse.R
| toptimes_parse_hytek | R Documentation |
read_results into a data frameTakes the output of read_results and cleans it, yielding a data frame
of swimming (and diving) top times
toptimes_parse_hytek(
file_hytek_toptimes,
avoid_hytek_toptimes = avoid,
typo_hytek_toptimes = typo,
replacement_hytek_toptimes = replacement
)
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
|
returns a data frame with columns Rank, Result,
Name, Age, Date Meet & Event. Top Times
reports do not designate Team.
toptimes_parse_hytek must be run on the output of
read_results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.