Include tables footnotes and symbols for kables in pandoc format
footnotes(table, notes = NULL, label = "Note:", notation = "alphabet")Table with footnotes for word and html documents
Kable output in pandoc format.
Footnotes for the table.
Label for start the footnote.
Notation for the footnotes (default = "alphabet"). See details.
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".