Description Usage Arguments Details Value Examples
View source: R/ted_mr_data_prep_f.R
ted_mr_data_prep_f
returns a tibble of a given question,
prepared for tables or graphs.
1 | ted_mr_data_prep_f(.df, .dd, .x, .fct, .full = TRUE)
|
.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 |
This is an NACD function: Should you experience difficulties, see Ted Sikora
A tibble
1 | df %>% ted_mr_data_prep_f(dd, Q25, Q9, .full=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.