Description Usage Arguments See Also Examples
View source: R/FlexTable_theme.R
get a simple FlexTable from a dataset
| 1 | light.table(dataset, add.rownames = FALSE, text.direction = "lrtb")
 | 
| dataset | the data to use | 
| add.rownames | logical value - should the row.names be included in the table. | 
| text.direction | header cell text rotation - a single character value, expected value is one of "lrtb", "tbrl", "btlr". | 
| 1 | ft <- light.table( iris)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.