Learn R Programming

SwimmeR (version 0.5.0)

swim_parse_ISL: Formats swimming results from the International Swim League ('ISL') read with read_results into a dataframe

Description

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

Usage

swim_parse_ISL(file)

Swim_Parse_ISL(file)

Arguments

file

output from read_results

Value

returns a dataframe with columns Place, Lane, Name, Team, Time, Points, Event and DQ.

See Also

swim_parse_ISL must be run on the output of read_results

Examples

Run this code
# NOT RUN {
swim_parse_ISL(
read_results(
"https://isl.global/wp-content/uploads/2019/11/isl_college_park_results_day_2.pdf"))
 
# }

Run the code above in your browser using DataLab