data-raw/GLOSSARY_OF_AGE_AND_SEX.R

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

GLOSSARY_OF_AGE_AND_SEX <- "extdata" |>
    system.file(
        "age_and_sex_b01001.csv",
        package = "hercacstables"
    ) |>
    readr::read_csv(
        col_types = "ciccii"
    )

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