Description Usage Arguments Value
View source: R/sched_investigators.R
sched_investigators() parses scheduling files and returns
investigators scheduled to work on date.
| 1 2 3 4 5 | sched_investigators(
  date = lubridate::today(),
  team_sched = FALSE,
  scheduled_only = TRUE
)
 | 
| date | The date to use when checking whether investigators are scheduled | 
| team_sched | Should the team schedules be used as "ground truth" for team commposition and a backup for scheduling? | 
| scheduled_only | Should only scheduled investigators be returned? If
 | 
A tibble containing team, investigator, and scheduled columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.