addParagraph.Footnote: Insert a paragraph into a Footnote object

Description Usage Arguments Value See Also

View source: R/Footnote.R

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

1
2
3
## S3 method for class '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


ReporteRs documentation built on April 1, 2018, 12:06 p.m.