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

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