ReporteRs (version 0.6.9)

light.table: get a simple FlexTable from a dataset

Description

get a simple FlexTable from a dataset

Usage

light.table(dataset, double.format = "%0.3f")

Arguments

dataset

the data to use

double.format

format string for double column to format in the dataset. See argument fmt of sprintf.

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