ReporteRs (version 0.5)

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, addHeaderRow, addFooterRow

Examples

Run this code
# NOT RUN {
FlexCell( value = "Hello" )
FlexCell( value = "Hello", colspan = 3)
FlexCell( "Column 1", cellProp = cellProperties(background.color="#527578")  )
# }

Run the code above in your browser using DataCamp Workspace