ted_mr_data_prep_f: Prepares data for multiple response questions

Description Usage Arguments Details Value Examples

View source: R/ted_mr_data_prep_f.R

Description

ted_mr_data_prep_f returns a tibble of a given question, prepared for tables or graphs.

Usage

1
ted_mr_data_prep_f(.df, .dd, .x, .fct, .full = TRUE)

Arguments

.df

An imported dataframe

.dd

A data dictionary

.x

A question number

.fct

A factor or character

.full

Respondents are to be aggregated at the full board level - T or F

Details

This is an NACD function: Should you experience difficulties, see Ted Sikora

Value

A tibble

Examples

1
df %>% ted_mr_data_prep_f(dd, Q25, Q9, .full=FALSE)

TSwork/TSpack documentation built on Dec. 15, 2020, 7:30 p.m.