addParagraph
From ReporteRs v0.7.7
by David Gohel
Add a paragraph into a document object
Add a paragraph into a document object
Usage
addParagraph(doc, value, ...)
Arguments
- doc
- document object
- value
- text to add to the document as paragraphs:
an object of class
pot
orset_of_paragraphs
or a character vector. - ...
- further arguments passed to other methods
Details
a paragraph is a set of text that ends with an end of line(''
in C).
Read pot
to see how to get different font formats.
Trying to insert a ''
will have no effect. If an end of line is required
, a new paragraph is required.
Value
- a document object
See Also
docx
, addParagraph.docx
, pptx
, addParagraph.pptx
, bsdoc
, addParagraph.bsdoc
, pot
, textProperties
Community examples
Looks like there are no examples yet.