set columns widths of a FlexTable in inches.

setFlexTableWidths(object, widths)

Arguments

object

a FlexTable object

widths

a numeric vector specifying columns widths in inches.

See also

FlexTable

Examples

MyFTable <- FlexTable( data = iris[1:10, ] ) MyFTable <- setFlexTableWidths( MyFTable, widths = c(1,1,1,1,3))