R/sched_add_nights_weekends.R
sched_add_nights_weekends.Rdsched_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" )
| .data | The output of |
|---|---|
| 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 |
A tibble with a schedule_custom column added
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()