setFlexTableWidths
From ReporteRs v0.7.1
by David Gohel
set columns widths of a FlexTable
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
Examples
# NOT RUN {
#START_TAG_TEST
# Create a FlexTable object with first 10 lines of data.frame iris
MyFTable = FlexTable( data = iris[1:10, ] )
MyFTable = setFlexTableWidths( MyFTable, widths = c(1,1,1,1,3))
#STOP_TAG_TEST
# }
Community examples
Looks like there are no examples yet.