The ftn
function creates a footnote attribute,
which may be attached as an attribute to a data frame and passed
into create_table
. This function is used internally to
the system.
ftn(
footnotes,
align = "left",
blank_row = "above",
borders = "none",
valign = NULL,
width = NULL
)
A vector of footnote strings.
The position to align the footnotes. Valid values are: 'left', 'right', 'center', or 'centre'.
Whether to print a blank row above or below the footnote. Valid values are 'above', 'below', 'both', or 'none'. Default is 'above'.
Whether to print a border above or below the footnote. Valid values are 'top', 'bottom', 'outside', 'inside', 'all', or 'none'. Default is 'none'.
The vertical position to align the footnotes. Valid values are: 'top' and 'bottom'.
The width of the footnotes block.
The footnote attribute object.