sched_join_schedules: Join the 'team_schedules' Dataset to Teams

Description Usage Arguments Value See Also

View source: R/sched_join_schedules.R

Description

sched_join_schedules() pivots the teams data to long format and joins the schedules specified in team_schedules to the result.

Usage

1
sched_join_schedules(teams, schedules = covidassign::team_schedules)

Arguments

teams

A data frame containing teams in columns and members in rows; designed to take the output of sched_parse_teams()

schedules

Schedules for each team, given by the team_schedules dataset

Value

A tibble with columns for team, member, schedule, and anchor

See Also

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()


jesse-smith/covidassign documentation built on Aug. 23, 2021, 12:59 a.m.