Configure options for footnotes.
footnote_options(
ref = c("1", "a", "A", "i", "I", "*"),
prefix = "",
suffix = "",
start = 1L,
max = 26L,
inline = FALSE,
sep = "; "
)
One of "1", "a", "A", "i", "I", or "*" to as a choice for a symbol to cross-reference footnotes.
Pre- and suf-fixes for ref
(default: ""
).
A starting number of footnotes.
A max number of footnotes.
whether to add footnote on same line as previous footnote or not
used only when inline = TRUE, character string to use as a separator between footnotes.
An environment
o <- footnote_options("1", start = 1L)