View source: R/T_hss_overview_multi.R
T_hss_overview_multi | R Documentation |
This creates overview tables for multiple questions that contain the same response options.
For example when the same question is repeated for different events. This implementation is specifically for
'select-multiple' questions. For 'select-one' questions see T_hss_overview_single
T_hss_overview_multi(df, vars, percent = TRUE)
df |
The dataframe containing the questions. |
vars |
A commom character string that is shared between all relevant variables. |
percent |
Set to TRUE to display percentages, set to FALSE to display counts. Default is TRUE |
A dataframe with responses for the selected variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.