dm.frontline: Data management for frontline provider data

Description Usage

View source: R/frontline_dm.R

Description

Manage frontline data, specifically enrollment and attendance numbers

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'frontline'
dm(
  df,
  input_columns = list(`OP Number` = "character", `Infant Capacity` = "numeric",
    `Toddler Capacity` = "numeric", `Pre- K Capacity` = "numeric", `School Aged Capacity`
    = "numeric", Infant_enrollment = "numeric", Toddler_enrollment = "numeric",
    Preschool_enrollment = "numeric", SchoolAge_enrollment = "numeric",
    last_modified_at_A = "character", Date = "character", export_date = "Date")
)

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