vanilla.table
From ReporteRs v0.7.7
by David Gohel
get a simple FlexTable from a dataset
get a simple FlexTable from a dataset
Usage
vanilla.table(dataset, add.rownames = FALSE)
Arguments
- dataset
- the data to use
- add.rownames
- logical value - should the row.names be included in the table.
See Also
Examples
vanilla.table( iris)
Community examples
Looks like there are no examples yet.