powered by
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: "").
ref
""
A starting number of footnotes.
A max number of footnotes.
whether to add footnote on same line as previous footnote or not
inline = T, character string to use as a separator between footnotes
An environment
# NOT RUN { o <- footnote_options("1", start = 1L) # }
Run the code above in your browser using DataLab