ff_acs_keep_vars | R Documentation |
ACS variables are three digit numbers shown as the last three digits in the 'variables' column. The function filters a dataframe of ACS data for specified variables.
ff_acs_keep_vars(df, variables)
df |
Dataframe of ACS data |
variables |
Vector of strings signifying variable numbers |
Same dataframe as input, but only the rows with the needed variables are included.
ff_acs_keep_vars(df, c('100', '101'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.