Learn R Programming

inti (version 0.6.6)

footnotes: Footnotes in tables

Description

Include tables footnotes and symbols for kables in pandoc format

Usage

footnotes(table, notes = NULL, label = "Note:", notation = "alphabet")

Value

Table with footnotes for word and html documents

Arguments

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.

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".