
Last chance! 50% off unlimited learning
Sale ends in
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
.
defines the number of columns the cell should span
parProperties to apply to content
cellProperties to apply to content
# 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