View source: R/process_functions.R
puller_funct | R Documentation |
Function to standardize tidycensus downloaded ACS data, with option to filter to a specific place
puller_funct( df, place_string = "", no_pull = FALSE, variables = acsprocess::variables_2019 )
df |
Downloaded tidycensus ACS dataframe |
place_string |
String name of tidycensus place to filter data to |
no_pull |
True/false whether to filter dataframe to tidycensus place |
variables |
tidycensus dataframe of variables; default 2019 |
tidycensus dataframe with column names in lower case and variable labels associated with tidycensus data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.