powered by
set columns widths of a FlexTable in inches.
setFlexTableWidths(object, widths)
a FlexTable object
FlexTable
a numeric vector specifying columns widths in inches.
# NOT RUN { # # 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)) # }
Run the code above in your browser using DataLab