hytek_length_9_sort {SwimmeR} | R Documentation |
Sort data in lists of length 9 within hytek_swim_parse
Description
Sort data in lists of length 9 within hytek_swim_parse
Usage
hytek_length_9_sort(
x,
brit_id_string = Brit_ID_String,
para_string = Para_String,
age_string = Age_String,
time_score_specials_string = Time_Score_Specials_String
)
Arguments
x |
a list of lists with all sub-lists having length 9 |
brit_id_string |
a regex string for matching British swimming IDs |
para_string |
a regex string for matching Paralympics classification strings |
age_string |
a regex string for matching athlete ages |
time_score_specials_string |
a regex string for matching results - i.e. times, diving scores and 'specials' like DQ |
Value
returns a formatted data frame to be combined with others to make the
output of hytek_swim_parse
[Package SwimmeR version 0.14.2 Index]