ReporteRs (version 0.2)

FlexRow: Row object for FlexTable

Description

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

Usage

FlexRow()

Arguments

See Also

addFlexTable

Examples

Run this code
# NOT RUN {
headerRow = FlexRow()
headerRow[1] = FlexCell( "Column 1" )
headerRow[2] = FlexCell( "Column 2" )
# }

Run the code above in your browser using DataCamp Workspace