Examples
x <- table(iris$Species)
footnotes(x) <- "Species are equally distributed"
footnotes(x)
#> [1] "Species are equally distributed"
x <- table(iris$Species)
footnotes(x) <- "Species are equally distributed"
footnotes(x)
#> [1] "Species are equally distributed"