Description Usage Arguments Examples
View source: R/create_child_care_db.R
Create child care data base
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"
)
|
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). |
1 2 3 4 5 | ## Not run:
root <- "C:/"
child_care_db(root = root)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.