Gets all participant feedback qualtrics data
get_participant_feedback(
raw_qualtrics = FALSE,
start_date = as.Date("2025-07-01"),
end_date = Sys.Date()
)
Arguments
- raw_qualtrics
FALSE, whether or not to update
- start_date
the initial date to get data from, defaults to start of data collection
- end_date
the end date to get data from, defaults to current date
Value
Returns a data frame of the format from which it was read (normally a parquet file, prior to SY24_25 a data.frame or tibble)