View source: R/data-gather-clean.R
add_section_variables | R Documentation |
Uses 'lookup_table' data to add in questions within a section that were unanswered (and therefore missing from the original JSON data).
add_section_variables(data, lookup_table)
data |
Dataframe with columns "section", "variable", and "exp_num". |
lookup_table |
Dataframe with columns "section", "step", "variable" , and "label" used for user-friendly section and variable display. "step" maps desired "section" names. "label" maps desired "variable" names. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.