vanilla.table
From ReporteRs v0.8.2
by David Gohel
get a simple FlexTable from a dataset
get a simple FlexTable from a dataset
Usage
vanilla.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
Examples
# NOT RUN {
vanilla.table( iris)
# }
Community examples
Looks like there are no examples yet.