swim_parse_ISL: Formats swimming results from the International Swim League...

View source: R/ISL_swim_parse.R

swim_parse_ISLR Documentation

Formats swimming results from the International Swim League ('ISL') read with read_results into a data frame

Description

Takes the output of read_results and cleans it, yielding a data frame of 'ISL' swimming results

Usage

swim_parse_ISL(file, splits = FALSE, relay_swimmers = FALSE)

Swim_Parse_ISL(file, splits = FALSE, relay_swimmers = FALSE)

Arguments

file

output from read_results

splits

should splits be included, default is FALSE

relay_swimmers

should relay swimmers be included as separate columns, default is FALSE

Value

returns a data frame of ISL results

Author(s)

Greg Pilgrim gpilgrim2670@gmail.com

See Also

swim_parse_ISL must be run on the output of read_results

Examples

## Not run: 
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)
 
## End(Not run)

SwimmeR documentation built on March 31, 2023, 8:27 p.m.