get_data | R Documentation |
Get ACS demographics and Census Block Address Counts for a County
get_data( state_abbrev = "", county_fips = "", geo_level = "block group", acs_var_list = .GlobalEnv$named_acs_var_list )
county_fips |
3 number FIPS Code. |
geo_level |
The geographic level at which to estimate populations. |
state_abbrv |
2-letter state abbreviation. |
mydata <- get_data(state_abbrev = "VA", county_fips = "013")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.