add_footnote: Add footnote to a flextable

View source: R/flextable.R

add_footnoteR Documentation

Add footnote to a flextable

Description

Add footnote to a flextable

Usage

add_footnote(
  x,
  str,
  symb = "",
  i = NULL,
  j = NULL,
  size = 8,
  part = "body",
  inline = TRUE,
  sep = "\n"
)

Arguments

x

A flextable

str

The footnote text (a character string).

symb

Footnote symbol (Default: "")

i

Row

j

Column

size

Text size (Default: 8)

part

Part of flextable (Default: "body")

inline

whether to add footnote on same line as previous footnote or not (Default: TRUE)

sep

character string to use as a separator between footnotes (Default: "\n")

Value

A flextable


neilstats/varnish documentation built on Sept. 22, 2022, 7:28 a.m.