Cleans distance event results pulled from Flash Results html tables. Distance events are generally those with lengths of 400m or greater. Can present cleaned data in wide or long format.
flash_clean_distance_events(df, wide_format_distance = wide_format_clean)distance_events(df, wide_format_distance = wide_format_clean)
a data frame of distance event data from Flash Results
should df be presented in wide format (default is
FALSE
)?
a cleaned version of df
flash_clean_distance_events
is a helper function inside
flash_parse_table