add_row_numbers         Add row numbers to raw results
attempts_remove         Collects flight attempts within 'tf_parse'
attempts_split          Creates new columns of split attempts strings
attempts_split_cols     Creates new columns for splitting attempts
                        strings
attempts_split_long     Creates new rows of split attempts strings
                        (long format change)
collect_relay_athletes
                        Collects relay athletes as a data frame within
                        'tf_parse'
event_parse             Pulls out event labels from text
fill_down               Fills NA values with previous non-NA value
fill_left               Shifts non-NA values to left in data frame
flash_attempts_split_long_helper
                        Creates new columns for splitting attempts
                        strings in long format
flash_clean_distance_events
                        Cleans distance events
flash_clean_events      Cleans event data
flash_clean_events_helper
                        Applies appropriate event cleaning function
flash_clean_horizontal_events
                        Cleans horizontal events
flash_clean_relay_events
                        Cleans relay events
flash_clean_sprint_events
                        Cleans sprint events
flash_clean_vertical_events
                        Cleans vertical events
flash_col_names         Regularizes column names from Flash Results
flash_col_names_helper
                        Helper Function for regularizing column names
                        from Flash Results
flash_correct_column_overshoot
                        Corrects column index overshoots when naming
                        columns based on their contents
flash_correct_column_overshoot_helper
                        Vectorizes 'flash_correct_column_overshoot'
flash_date_parse        Pulls out date from text of flash results html
                        page
flash_event_links       Collects all event result links from a meet
                        landing page on flashresults.com
flash_event_parse       Pulls out event label from text of flash
                        results html page
flash_extract_details_links
                        Collects links to all detailed results links
                        from a given event link on Flash Results
flash_extract_details_links_helper
                        Collects links to all detailed results links
                        from a given event link on Flash Results
flash_gender_parse      Pulls out gender label from text of flash
                        results html page
flash_parse             Reads track and field results into a list of
                        strings in preparation for parsing with
                        'tf_parse'
flash_parse_table       Collects results from a link to a Flash Results
                        page
flash_pivot_longer      Converts Flash Results from wide to long format
flash_rebuild_event_table
                        Rebuilds tables that 'rvest::html_table' can't
                        parse inside of 'flash_parse_table'
flash_round_attempts_parse
                        Collects results of high jump & pole vault
                        round attempts within 'tf_parse'
flash_rounds_parse      Collects attempts within 'tf_parse'
flash_year_links        Collects all meet links from a given year on
                        Flash Results
hytek_attempts_split_long_helper
                        Creates new columns for splitting attempts
                        strings in long format
hytek_parse             Parses Hytek format track and field results
                        inside 'tf_parse'
is_link_broken          Determines if a link is valid
lines_sort              Sorts and collects lines by performance and row
                        number
list_transform          Transform list of lists into data frame
math_format             Formatting mm:ss.th times as seconds
math_format_helper      Helper function for formatting mm:ss.th times
                        as seconds
metric_conversion       Formatting feet-inches lengths as meters
metric_conversion_helper
                        Converts distances in feet-inches to meters
read_results            Reads track and field results into a list of
                        strings in preparation for parsing with
                        'tf_parse'
remove_duplicate_splits
                        Removes duplicate splits
remove_unneeded_rounds
                        Removes unneeded rounds columns within
                        'tf_parse'
round_attempts_parse    Collects results of high jump & pole vault
                        attempts within 'tf_parse'
rounds_parse            Collects rounds within 'tf_parse'
splits_parse            Collects splits within 'tf_parse'
standard_conversion     Formatting meters lengths as feet-inches
standard_conversion_helper
                        Converts distances in meters to feet-inches
tf_parse                Parses track and field data from Flash or Hytek
                        format data into a data frame
wind_from_rounds        Pulls Wind Data by Round from Horizontal Flash
                        Table Results
wind_from_rounds_helper
                        Helper function for extracting wind data from
                        round columns
wind_parse_hytek        Collects splits within 'tf_parse'
