ReporteRs (version 0.7.0)

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
light.table( iris)

Run the code above in your browser using DataCamp Workspace