comp_recode | R Documentation |
Function to recode tidycensus ACS dataset with a column for computer access and a column for internet access to one column with shortened descriptors.
comp_recode(df, comp_col, int_col, new_comp = "comp_int")
df |
A tidycensus ACS dataset with a column for computer access and one for internet access. |
comp_col |
The name of the computer access column. |
int_col |
The name of the internet accesss column. |
new_comp |
The name of the new column |
A tidycensus ACS dataset with a factor-ordered computer/internet access column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.