ReporteRs (version 0.7.6)

addParagraph.Footnote: Insert a paragraph into a Footnote object

Description

Insert paragraph(s) of text into a Footnote. To create a Footnote made of several paragraphs with different parProperties, add sequentially paragraphs with their associated parProperties objects with this function.

Usage

# S3 method for Footnote
addParagraph(doc, value, par.properties = parProperties(),
  ...)

Arguments

doc

Footnote object where to add paragraphs.

value

text to add to the document as paragraphs: an object of class pot or set_of_paragraphs or a character vector.

par.properties

parProperties to apply to paragraphs.

...

further arguments, not used.

Value

an object of class Footnote.

See Also

Footnote, parProperties, pot , set_of_paragraphs