topline_appendix: Create open ended data for a topline

View source: R/topline_appendix.R

topline_appendixR Documentation

Create open ended data for a topline

Description

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:

  1. prefix "oe_" for open ends

  2. suffix "_TEXT" for open ends

Usage

topline_appendix(dataset, assign_oe = NULL)

jarvis_listen_to_guests(dataset, assign_oe = NULL)

Arguments

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()

Value

A tibble of open-ended responses

Examples

municipal_data %>%
topline_appendix()

municipal_data %>%
  topline_appendix(
    assign_oe = c(RecipientEmail, UserLanguage)
  )

nick-moffitt/y2municipal documentation built on Dec. 20, 2024, 5:53 a.m.