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).
sched_load_teams(path = path_teams(), clean_names = TRUE)
| path | The path to the Excel workbook containing team membership data |
|---|---|
| clean_names | Should names be cleaned before returning data? |
A tibble containing the contents of the first sheet in the
workbook, with names modified as described above
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()