R/sched_parse_teams.R
sched_parse_teams.Rdsched_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)
| .data | The teams data read by |
|---|
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().