data-raw/GLOSSARY_OF_CHILDREN_IN_POVERTY.R

## Copyright (C) 2025 by Higher Expectations for Racine County

GLOSSARY_OF_CHILDREN_IN_POVERTY <- "extdata" |>
    system.file(
        "children_in_poverty_b05010.csv",
        package = "hercacstables"
    ) |>
    readr::read_csv(
        col_types = "ccinncii"
    )

usethis::use_data(GLOSSARY_OF_CHILDREN_IN_POVERTY, overwrite = TRUE)
higherX4Racine/hercacstables documentation built on Jan. 15, 2025, 9:58 p.m.