Manage frontline data, specifically enrollment and attendance numbers
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")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.