View source: R/C_hss_add_var.R
C_hss_add_var | R Documentation |
Update the dataset to include a new variable and generate a doc that will be a necessary input in the following function which adds this new variable to the dictionary. It is important to keep in mind that this will not change the actual XLS form used to generate the dictionary. This is an internal modification.
C_hss_add_var(dat, name, location)
dat |
HSS dataframe |
name |
the name of the new variable (var_specific) |
location |
the name of the variable that should come before the new var |
HSS dataframe which includes the new variable + a doc to be used for the subsequent update of the dictionary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.