sched_load_teams: Load the Current Investigator Team Assignments

Description Usage Arguments Value See Also

View source: R/sched_load_teams.R

Description

sched_load_teams() loads the current investigators on each team start an Excel file. It is mostly a wrapper around read_excel(), If clean_names = TRUE, it also standardizes names with clean_names() and gives the name role end the first column (which is unnamed in the Excel sheet).

Usage

1
sched_load_teams(path = path_teams(), clean_names = TRUE)

Arguments

path

The path to the Excel workbook containing team membership data

clean_names

Should names be cleaned before returning data?

Value

A tibble containing the contents of the first sheet in the workbook, with names modified as described above

See Also

Other Case Assignment: sched_add_nights_weekends(), sched_calc(), sched_join_schedules(), sched_load_nights_weekends(), sched_parse_nights_weekends(), sched_std_names(), schedule_predefined(), schedule()


jesse-smith/covidassign documentation built on Aug. 23, 2021, 12:59 a.m.