powered by
read_results
Takes the output of read_results and cleans it, yielding a data frame of 'ISL' swimming results
swim_parse_ISL(file, splits = FALSE, relay_swimmers = FALSE)Swim_Parse_ISL(file, splits = FALSE, relay_swimmers = FALSE)
Swim_Parse_ISL(file, splits = FALSE, relay_swimmers = FALSE)
returns a data frame of ISL results
output from read_results
should splits be included, default is FALSE
FALSE
should relay swimmers be included as separate columns, default is FALSE
Greg Pilgrim gpilgrim2670@gmail.com
swim_parse_ISL must be run on the output of read_results
swim_parse_ISL
if (FALSE) { swim_parse_ISL( read_results( "https://isl.global/wp-content/uploads/2019/11/isl_college_park_results_day_2.pdf"), splits = TRUE, relay_swimmers = TRUE) }
Run the code above in your browser using DataLab