ReporteRs (version 0.8.2)

vanilla.table: get a simple FlexTable from a dataset

Description

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

FlexTable

Examples

Run this code
# NOT RUN {
vanilla.table( iris)
# }

Run the code above in your browser using DataCamp Workspace