load_responses.Rd
Load responses Reads data from the data/responses.xlsx file for specific groups or all if not specified.
load_responses(group = "aggregate")
The group to filter the data on. Valid values: 'aumc', 'olvg', 'intensivists', 'fellows'. If omitted all responses are returned.
data.frame (tibble) containing responses for the specified group
data_fellows <- load_responses('fellows')