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)

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