%!in% | "Not in" function |
%notin% | "Not in" function |
add_row_numbers | Add row numbers to raw results |
age_format | Formatting yyy-mm ages as years |
age_format_helper | Helper function for formatting yyy-mm ages as years, enables vectorization of 'age_format' |
coalesce_many | Combined paired sets of columns following a join operation |
coalesce_many_helper | Combined paired sets of columns following a join operation |
collect_relay_swimmers | Collects relay swimmers as a data frame within 'swim_parse' |
collect_relay_swimmers_old | Collects relay swimmers as a data frame within 'swim_parse_old' |
collect_relay_swimmers_omega | Collects relay swimmers as a data frame within 'swim_parse_omega' |
collect_relay_swimmers_splash | Collects relay swimmers as a data frame within 'swim_parse_splash' |
correct_split_distance | Changes lengths associated with splits to new values |
correct_split_distance_helper | Changes lengths associated with splits to new values |
correct_split_length | Changes lengths associated with splits to new values |
course_convert | Swimming Course Convertor |
course_convert_DF | Course converter, returns data frame - defunct |
course_convert_df | Course converter, returns data frame - defunct |
course_convert_helper | Swimming Course Convertor Helper |
determine_indent_length_splash | Determines indent length for data within 'swim_parse_splash' |
discard_errors | Discards elements of list that have an error value from 'purrr::safely'. |
dive_place | Adds places to diving results |
draw_bracket | Creates a bracket for tournaments involving 5 to 64 teams, single elimination |
event_parse | Pulls out event labels from text |
event_parse_ISL | 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 |
fold | Fold a vector onto itself |
format_results | Formats data for analysis within 'swim_parse' |
get_mode | Find the mode (most commonly occurring) element of a list |
heat_parse_omega | Pulls out heat labels from text |
hy3_parse | Parses Hy-Tek .hy3 files |
hy3_places | Helper for reading prelims and finals places from Hy-Tek .hy3 files |
hy3_times | Helper for reading prelims and finals times from Hy-Tek .hy3 files |
interleave_results | Helper for reading interleaving prelims and finals results |
is_link_broken | Determines if a link is valid |
King200Breast | Results for Lilly King's 200 Breaststrokes |
lines_sort | Sorts and collects lines by performance and row number |
list_transform | Transform list of lists into data frame |
mmss_format | Formatting seconds as mm:ss.hh |
name_reorder | Orders all names as "Firstname Lastname" |
na_pad | Pads shorter lists in a list-of-lists with 'NA's such that all lists are the same length |
reaction_times_parse | Pulls out reaction times from text |
Read_Results | Reads swimming and diving results into a list of strings in preparation for parsing with 'swim_parse' |
read_results | Reads swimming and diving results into a list of strings in preparation for parsing with 'swim_parse' |
read_results_flag | used to indicate that results have been read in with 'read_results' prior to being parsed by 'swim_parse' |
results_score | Scores a swim meet |
sec_format | Formatting mm:ss.tt times as seconds |
sec_format_helper | Helper function for formatting mm:ss.hh times as seconds, used to enable vectorized operation of 'sec_format' |
splash_collect_splits | Collects Splash format splits |
splits_parse | Collects splits within 'swim_parse' |
splits_parse_ISL | Collects splits within 'swim_parse_ISL' |
splits_parse_omega_relays | Collects splits for relays within 'swim_parse_omega' |
splits_parse_splash | Collects splits within 'swim_parse_splash' for Splash results |
splits_parse_splash_helper_1 | Produces data frames of splits within 'swim_parse_splash' for Splash results |
splits_parse_splash_helper_2 | Produces data frames of splits within 'swim_parse_splash' for Splash results |
splits_parse_splash_relays | Collects splits for relays within 'swim_parse_splash' |
splits_reform | Adds together splits and compares to listed finals time to see if they match. |
splits_rename_omega | Advances split names by one split_length |
splits_to_cumulative | Converts splits from lap to cumulative format |
splits_to_cumulative_helper_recalc | Helper function for converting lap splits to cumulative splits |
splits_to_lap | Converts splits from cumulative to lap format |
splits_to_lap_helper_recalc | Helper function for converting cumulative splits to lap splits |
SwimmeR-defunct | Defunct functions in SwimmeR |
SwimmeR-deprecated | Deprecated functions in SwimmeR |
Swim_Parse | Formats swimming and diving data read with 'read_results' into a data frame |
swim_parse | Formats swimming and diving data read with 'read_results' into a data frame |
swim_parse_hytek | Formats Hytek style swimming and diving data read with 'read_results' into a data frame |
Swim_Parse_ISL | Formats swimming results from the International Swim League ('ISL') read with 'read_results' into a data frame |
swim_parse_ISL | Formats swimming results from the International Swim League ('ISL') read with 'read_results' into a data frame |
swim_parse_old | Formats swimming and diving data read with 'read_results' into a data frame |
swim_parse_omega | Formats Omega style swimming and diving data read with 'read_results' into a data frame |
swim_parse_samms | Formats swimming and diving data read with 'read_results' into a dataframe |
swim_parse_splash | Formats Splash style swimming and diving data read with 'read_results' into a data frame |
swim_place | Adds places to swimming results |
tie_rescore | Rescore to account for ties |
undo_interleave | Undoes interleaving of lists |