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