ReporteRs (version 0.7.0)

vanilla.table: get a simple FlexTable from a dataset

Description

get a simple FlexTable from a dataset

Usage

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

Run the code above in your browser using DataCamp Workspace