sched_add_nights_weekends: Join Nights and Weekends Schedules to Teams Data

Description Usage Arguments Value See Also

View source: R/sched_add_nights_weekends.R

Description

sched_add_nights_weekends() loads individual schedules for investigators on night or weekend shifts and joins them with the output of sched_join_schedules().

Usage

1
2
3
4
5
sched_add_nights_weekends(
  .data,
  path = path_nights_weekends(),
  sheet = "schedules"
)

Arguments

.data

The output of sched_join_schedules()

path

The location of the nights and weekends scheduling Excel workbook

sheet

The sheet from which to read the schedule; either the sheet name or the sheet number

Value

A tibble with a schedule_custom column added

See Also

Other Case Assignment: sched_calc(), sched_join_schedules(), 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.