Description Usage Arguments Value
View source: R/sched_parse_teams.R
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.
1 | 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()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.