data-raw/RACE_ETHNICITY_SUBTABLES.R

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

RACE_ETHNICITY_SUBTABLES <- "extdata" |>
    system.file(
        "RACE_ETHNICITY_SUBTABLES.csv",
        package = "hercacstables"
    ) |>
    readr::read_csv(
        col_types = "c",
        na = character()
    )

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