View source: R/C_hss_create_dict.R
C_hss_create_dict | R Documentation |
Create a dictionary from an XLS form. The dictionary is stored as a dataframe, and contains the contents of the XLS form stored in a (slightly modified) format that allows it to be used as a dictionary for looking up variable & value labels. This second argument of this function allows for filtering of questions and responses that are specific to, or different between, certain locations. Please check the XLS form in question for survey location abbreviations.
C_hss_create_dict(form, location = NULL, area = NULL)
form |
Path to the XLS form. |
location |
The survey location for which the specific XLS form was made. |
area |
The survey area for which the specific XLS form was made (Iraq-focused). |
A list containing two dataframes, with respectively variable- and value names and their associated text labels.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.