light.table: light FlexTable shortcut

Description Usage Arguments See Also Examples

View source: R/FlexTable_theme.R

Description

get a simple FlexTable from a dataset

Usage

1
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

1
ft <- light.table( iris)

ReporteRs documentation built on April 1, 2018, 12:06 p.m.