dm.hhsc_ccl: HHSC CCL data management

Description Usage Arguments Value

View source: R/ccl_dm.R

Description

Clean CCL download data, convert key variables to binary and select variables

Usage

 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,
  ...
)

Arguments

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.

Value

data.frame


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