sched_parse_teams() parses the data returned from sched_load_teams() into a standard format, with one column per team and one row per individual.

sched_parse_teams(.data)

Arguments

.data

The teams data read by sched_load_teams()

Value

A tibble containing one column for each team (named with that team's letter designation) and one row per team member. Team member names are standardized with sched_std_names().