slip_in_footnote: append a footnote
Description
append a new footnote into a paragraph of an rdocx object
Usage
slip_in_footnote(x, style = NULL, blocks, pos = "after")
Arguments
style
text style to be used for the reference note
blocks
set of blocks to be used as footnote content returned by
function block_list
.
pos
where to add the new element relative to the cursor, "after" or
"before".