Rename_Variables | R Documentation |
Renames all of the variables in the survey based on a data.table with two columns
Rename_Variables(Survey_List, Names)
Survey_List |
this is a list containing the downloaded (or filtered) data from the survey for a multiple-part survey. |
Names |
needs to be a data.table with two columns that have the old variable names (those pulled using Get_Variable_Names, for example)- Names$RAW and the new ones (Variable registry names)- Names$ANALYSIS |
The surveys, with additional columns for the panel_provider and project_code in each of the survey parts
## Not run: Rename_Variables(Cint_Surveys_0, Variable_Names) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.