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)

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