Description Usage Arguments Details Value Examples
View source: R/survey_response_tables.R
Take a consultation response spreadsheet and turn it into a list of neat tibbles of values and frequencies. Removes non-responses, so calculates percentages of answers as a proportion of individuals who actually answered that question.
1 | survey_response_tables(dummy_response, qtypes, min_n = 10)
|
dummy_response |
dataframe |
qtypes |
list with elements categorical, multichoice, and freetext containing vectors of column names |
min_n |
smallest group of answers allowed (statistical disclosure limit) |
Aggregates small groups of answers into an "Other (Aggregated)" group.
list of tibbles
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.