Learn R Programming

JumpeR (version 0.3.0)

flash_clean_sprint_events: Cleans sprint events

Description

Cleans results pulled from Flash Results html tables for sprint events. Sprint events are generally those with lengths of less than 400m. Can present cleaned data in wide or long format.

Usage

flash_clean_sprint_events(df, wide_format_sprint)

sprint_events(df, wide_format_sprint)

Arguments

df

a data frame of sprint event data from Flash Results

wide_format_sprint

should df be presented in wide format (default is FALSE)?

Value

a cleaned version of df

See Also

flash_clean_sprint_events is a helper function inside flash_parse_table