View source: R/topline_appendix.R
topline_appendix | R Documentation |
Use topline_appendix() to automate all the qualitative responses for a topline report. This function works best if your questions have the proper prefixes and suffixes:
prefix "oe_" for open ends
suffix "_TEXT" for open ends
topline_appendix(dataset, assign_oe = NULL)
jarvis_listen_to_guests(dataset, assign_oe = NULL)
dataset |
A dataframe for which you want to create a topline |
assign_oe |
DEFAULT = NULL, A vector of unquoted variables to be treated as open-ended variables, put within c() |
A tibble of open-ended responses
municipal_data %>%
topline_appendix()
municipal_data %>%
topline_appendix(
assign_oe = c(RecipientEmail, UserLanguage)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.