sched_join_schedules()
pivots the teams
data to long format and joins the
schedules specified in team_schedules
to the result.
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()