View source: R/omega_swim_parse.R
| swim_parse_omega | R Documentation | 
read_results
into a data frameTakes the output of read_results and cleans it, yielding a data frame
of swimming (and diving) results
swim_parse_omega(
  file_omega,
  avoid_omega = avoid,
  typo_omega = typo,
  replacement_omega = replacement,
  format_results = TRUE,
  splits = FALSE,
  split_length_omega = split_length,
  relay_swimmers_omega = relay_swimmers
)
file_omega | 
 output from   | 
avoid_omega | 
 a list of strings.  Rows in   | 
typo_omega | 
 a list of strings that are typos in the original results.
  | 
replacement_omega | 
 a list of fixes for the strings in
  | 
format_results | 
 should the results be formatted for analysis (special
strings like   | 
splits | 
 either   | 
split_length_omega | 
 either   | 
relay_swimmers_omega | 
 should names of relay swimmers be captured?
Default is   | 
returns a data frame with columns Name, Place,
Age, Team, Prelims, Finals,
Points, Event & DQ.  Note all swims will have a
Finals, even if that time was actually swam in the prelims
(i.e. a swimmer did not qualify for finals).  This is so that final results
for an event can be generated from just one column.
swim_parse_omega 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.