data-raw/TYPES_OF_TABLE.R

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

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

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