addParagraph.Footnote
From ReporteRs v0.7.1
by David Gohel
Insert a paragraph into a Footnote object
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
orset_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
Community examples
Looks like there are no examples yet.