Skip to contents

[Stable]

Retrieve value from attribute footnote of object x.

Usage

footnotes(x)

Arguments

x

an object

Examples

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