ted_mr_data_prep: Prepares data for multiple response questions

Description Usage Arguments Details Value Examples

Description

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

Usage

1
ted_mr_data_prep(.df, .dd, .x, .full = TRUE)

Arguments

.df

An imported dataframe

.dd

A data dictionary

.x

A question number

.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(dd, Q25, .full = F)

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