Description Usage Arguments Examples
View source: R/create_child_care_db.R
Save a subset of the child care database
1 | save_subset_child_care_db(pth, config)
|
pth |
string. Path to the root directory to create the DB. |
county |
string. County 5-digit FIPS code. |
1 2 3 4 5 6 | ## Not run:
pth <- "C:/"
county <- "48439"
save_subset_child_care_db(pth = pth, county = county)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.