ReporteRs (version 0.2)

FlexCell: Cell object for FlexTable

Description

Create a representation of a cell that can be inserted in a FlexTable.

Usage

FlexCell(value, colspan = 1, parProp = parProperties(),
    cellProp = cellProperties())

Arguments

value

a content value - a value of type character or pot or set_of_paragraphs.

colspan

defines the number of columns the cell should span

parProp

parProperties to apply to content

cellProp

cellProperties to apply to content

See Also

addFlexTable

Examples

Run this code
# NOT RUN {
FlexCell( value = "Hello" )
# }

Run the code above in your browser using DataCamp Workspace