powered by
Create a representation of a cell that can be inserted in a FlexTable.
FlexCell(value, colspan = 1, parProp = parProperties(), cellProp = cellProperties())
a content value - a value of type character or pot or set_of_paragraphs.
character
pot
set_of_paragraphs
defines the number of columns the cell should span
parProperties to apply to content
cellProperties to apply to content
addFlexTable, addHeaderRow, addFooterRow
addFlexTable
addHeaderRow
addFooterRow
# 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 DataLab