ReporteRs (version 0.7.6)

light.table: get a simple FlexTable from a dataset

Description

get a simple FlexTable from a dataset

Usage

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

FlexTable

Examples

Run this code
# NOT RUN {
#START_TAG_TEST
light.table( iris)
#STOP_TAG_TEST
# }

Run the code above in your browser using DataCamp Workspace