dwnld.acs: Download ACS

Description Usage Arguments Details Examples

View source: R/acs_dm.R

Description

Passes in a list of parameters to download the ACS census data using functions from the tidycensus package

Usage

1
dwnld.acs(tbls, raw_pth, ...)

Arguments

tbls

list. List of census tables with attributes to download

raw_pth.

Path to save the raw data.

Details

To find a list of parameters to pass see documentation for tidycensus::get_acs

Examples

1
2
3
4
5
6
7
## Not run: 
tbls <- list(B23008 = list(year = 2019, state = 48, 
                               geography = "tract", county = 439))
raw_pth <- "C:/"
dwnld.acs(tbls = tbls, raw_pth = raw_pth)

## End(Not run)

Texas-Policy-Lab/texas_child_care_deserts documentation built on Dec. 18, 2021, 4:07 p.m.