Include tables footnotes and symbols for kables in pandoc format
footnotes(table, notes = NULL, label = "Note:", notation = "alphabet")
| table | Kable output in pandoc format. |
|---|---|
| notes | Footnotes for the table. |
| label | Label for start the footnote. |
| notation | Notation for the footnotes (default = "alphabet"). See details. |
Table with footnotes for word and html documents
You should use the pandoc format kable(format = "pipe"). You can add
the footnote symbol using {hypen} in your table. notation could
be use: "alphabet", "number", "symbol", "none".