Description Usage Arguments Value See Also
View source: R/sched_join_schedules.R
sched_join_schedules()
pivots the teams
data to long format and joins the
schedules specified in team_schedules
to the result.
1 | sched_join_schedules(teams, schedules = covidassign::team_schedules)
|
teams |
A data frame containing teams in columns and members in rows;
designed to take the output of
|
schedules |
Schedules for each team, given by the |
A tibble
with columns for team
, member
, schedule
, and
anchor
Other Case Assignment:
sched_add_nights_weekends()
,
sched_calc()
,
sched_load_nights_weekends()
,
sched_load_teams()
,
sched_parse_nights_weekends()
,
sched_std_names()
,
schedule_predefined()
,
schedule()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.