Description Usage Arguments Value
Clean CCL download data, convert key variables to binary and select variables
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## S3 method for class 'hhsc_ccl'
dm(
df,
input_columns = list(OPERATION_NUMBER = "character", OPERATION_NAME = "character",
OPERATION_TYPE = "character", Location_address_geo = "character", COUNTY =
"character", TOTAL_CAPACITY = "numeric", LICENSED_TO_SERVE_AGES = "character",
PROGRAMS_PROVIDED = "character", ACCEPTS_CHILD_CARE_SUBSIDIES = "character",
email_address = "character", PHONE_NUMBER = "character"),
county_fips = NULL,
name,
state_fips,
df_twc,
naeyc_pth1,
naeyc_pth2,
...
)
|
df |
data.frame. The dataframe |
input_columns. |
List. List of the columns to keep. |
county_fips. |
Integer. The FIPS code for the county. |
pth. |
string. Path to store the processed data. |
name. |
string. Name of the data. |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.