ReporteRs (version 0.8.9)

setFlexTableWidths: set columns widths of a FlexTable

Description

set columns widths of a FlexTable in inches.

Usage

setFlexTableWidths(object, widths)

Arguments

object

a FlexTable object

widths

a numeric vector specifying columns widths in inches.

See Also

FlexTable

Examples

Run this code
# NOT RUN {
MyFTable <- FlexTable( data = iris[1:10, ] )
MyFTable <- setFlexTableWidths( MyFTable, widths = c(1,1,1,1,3))
# }

Run the code above in your browser using DataCamp Workspace