# Generated by roxygen2: do not edit by hand

export("%!in%")
export("%>%")
export("%notin%")
export(Read_Results)
export(Swim_Parse_ISL)
export(age_format)
export(clean_events)
export(correct_split_distance)
export(correct_split_length)
export(course_convert)
export(course_convert_df)
export(discard_errors)
export(dive_place)
export(draw_bracket)
export(format_results)
export(get_mode)
export(make_lineup)
export(mmss_format)
export(name_reorder)
export(place)
export(read_results)
export(results_score)
export(sec_format)
export(splits_to_cumulative)
export(splits_to_lap)
export(swim_parse)
export(swim_parse_ISL)
export(swim_place)
export(undo_interleave)
importFrom(dplyr,across)
importFrom(dplyr,add_row)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_rows)
importFrom(dplyr,c_across)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,contains)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,ensym)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_modify)
importFrom(dplyr,group_split)
importFrom(dplyr,inner_join)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,na_if)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_at)
importFrom(dplyr,rename_with)
importFrom(dplyr,right_join)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,sym)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(magrittr,"%>%")
importFrom(pdftools,pdf_text)
importFrom(purrr,as_vector)
importFrom(purrr,discard)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_lgl)
importFrom(purrr,reduce)
importFrom(readr,read_delim)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(stats,reshape)
importFrom(stats,setNames)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_length)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sort)
importFrom(stringr,str_split)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_to_title)
importFrom(stringr,str_to_upper)
importFrom(utils,head)
importFrom(utils,stack)
importFrom(utils,tail)
