child_care_db: Create child care data base

Description Usage Arguments Examples

View source: R/create_child_care_db.R

Description

Create child care data base

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
child_care_db(
  root,
  naeyc_pth1,
  naeyc_pth2,
  state_code = 48,
  acf_qtr_years = NULL,
  acs_year = 2019,
  acs_geography = "tract",
  acs_county = NULL,
  db_name = "child_care_env.Rdata"
)

Arguments

root

string. Path to the root directory to create the DB.

acf_qtr_years

vector. Default is 'Q2-2019'.

acs_year.

Integer. ACS year to pull the tables from. Default is 2019.

acs_state_code.

Integer. ACS state_code to pull the data for. Default is 48 (Texas).

acs_geography.

String. ACS geography. Default is "tract".

acs_county.

Integer. County FIPS code (3-digits). Default is 439 (Tarrant County).

Examples

1
2
3
4
5
## Not run: 
root <- "C:/"
child_care_db(root = root)

## End(Not run)

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