get_data: Get ACS demographics and Census Block Address Counts for a...

View source: R/get_data.R

get_dataR Documentation

Get ACS demographics and Census Block Address Counts for a County

Description

Get ACS demographics and Census Block Address Counts for a County

Usage

get_data(
  state_abbrev = "",
  county_fips = "",
  geo_level = "block group",
  acs_var_list = .GlobalEnv$named_acs_var_list
)

Arguments

county_fips

3 number FIPS Code.

geo_level

The geographic level at which to estimate populations.

state_abbrv

2-letter state abbreviation.

Examples

mydata <- get_data(state_abbrev = "VA", county_fips = "013")

uva-bi-sdad/dc.synth.dmg documentation built on June 6, 2022, 8:09 p.m.