survey_response_tables: Extract and clean responses

Description Usage Arguments Details Value Examples

View source: R/survey_response_tables.R

Description

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.

Usage

1

Arguments

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)

Details

Aggregates small groups of answers into an "Other (Aggregated)" group.

Value

list of tibbles

Examples

1

DataS-DHSC/consultations documentation built on Jan. 28, 2022, 1:56 a.m.