data-raw/TYPES_OF_VARIABLE.R

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

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

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