get a simple FlexTable from a dataset
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". |
ft <- light.table( iris)