This adds more footnotes.
This function is deprecated here. Please look at R/footnotes for the correct function.
Examples
x <- table(iris$Species)
footnotes(x) <- "Species are equally distributed"
footnotes(x)
#> [1] "Species are equally distributed"
add_footnotes(x) <- "Add more footnotes"
footnotes(x)
#> [1] "Species are equally distributed" "Add more footnotes"
x <- table(iris$Species)
footnotes(x) <- "Species are equally distributed"
footnotes(x)
#> [1] "Species are equally distributed"
add_footnotes(x) <- "Add more footnotes"
footnotes(x)
#> [1] "Species are equally distributed" "Add more footnotes"