add_footnote | R Documentation |
Add footnote to a flextable
add_footnote( x, str, symb = "", i = NULL, j = NULL, size = 8, part = "body", inline = TRUE, sep = "\n" )
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") |
A flextable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.