data-raw/iris2.R

iris2 = iris %>%
    expss::apply_labels(
        Species = "Specie",
        Sepal.Length = "Length of Sepal",
        Sepal.Width = "Width of Sepal",
        Petal.Length = "Length of Petal",
        Petal.Width = "Width of Petal"
    ) %>%
    as_tibble()

usethis::use_data(iris2)
DanChaltiel/crosstable documentation built on Jan. 23, 2025, 10:10 a.m.