sched_load_nights_weekends: Load Night & Weekend Scheduling Data

Description Usage Arguments Value See Also

View source: R/sched_load_nights_weekends.R

Description

sched_load_nights_weekends() loads schedules for investigators working nights and weekends. These team members do not follow a team-wide schedule and must be dealt with individually.

Usage

1
2
3
4
5
sched_load_nights_weekends(
  path = path_create("V:/Administration/Schedules/Night&Weekend staff", ext = "xlsx"),
  sheet = "schedules",
  clean_names = TRUE
)

Arguments

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

clean_names

Should names be cleaned?

Value

The data in the read sheet as a tibble

See Also

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