Learn R Programming

ftExtra (version 0.2.0)

footnote_options: Options for footnotes

Description

Configure options for footnotes.

Usage

footnote_options(
  ref = c("1", "a", "A", "i", "I", "*"),
  prefix = "",
  suffix = "",
  start = 1L,
  max = 26L,
  inline = FALSE,
  sep = "; "
)

Arguments

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 ref (default: "").

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

Value

An environment

Examples

Run this code
# NOT RUN {
o <- footnote_options("1", start = 1L)

# }

Run the code above in your browser using DataLab