Description Usage Arguments See Also Examples
set columns widths of a FlexTable in inches.
1 | setFlexTableWidths(object, widths)
|
object |
a |
widths |
a numeric vector specifying columns widths in inches. |
1 2 3 4 | if( check_valid_java_version() ){
MyFTable <- FlexTable( data = iris[1:10, ] )
MyFTable <- setFlexTableWidths( MyFTable, widths = c(1,1,1,1,3))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.