get a simple FlexTable from a dataset

light.table(dataset, add.rownames = FALSE, text.direction = "lrtb")

Arguments

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".

See also

FlexTable

Examples

ft <- light.table( iris)