set_of_paragraphs: Set of paragraphs of text

Description Usage Arguments Details See Also Examples

View source: R/set_of_pot.R

Description

Create a container of paragraphs of text (pot objects).

Usage

1

Arguments

...

pot objects, one per paragraph.

Details

each pot are representing a paragraph. A paragraph consists of one or more pieces of text and ends with an end of line. Objects of class set_of_paragraphs are to be used with addParagraph.

See Also

addParagraph, addParagraph.docx, addParagraph.pptx, pot

Examples

1
2
3
4
5
pot1 = pot("My tailor", textProperties(color="red") ) + " is " + pot("rich"
	, textProperties(font.weight="bold") )
pot2 = pot("Cats", textProperties(color="red") ) + " and " + pot("Dogs"
	, textProperties(color="blue") )
my.pars = set_of_paragraphs( pot1, pot2 )

Example output

Loading required package: ReporteRsjars
OpenJDK 64-Bit Server VM warning: Can't detect initial thread stack location - find_vma failed
Warning message:
system call failed: Cannot allocate memory 

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