Description Usage Arguments Examples
Returns a tibble of responses the responses for a given survey and, if provided, given participants. The tibble includes the following rows:
question_id
question_type
question_content: the prompt on the Catalyst survey
text_values: the participant's responses if text type
numeric_values: the participant's responses if numeric type
participant_id
1 | webq_responses(survey_id, participant_ids = NULL)
|
survey_id |
see |
participant_ids |
(optional) see |
1 | ## Not run: webq_responses('236008', participant_ids = c('20700916', '12996001'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.