light.table
From ReporteRs v0.7.1
by David Gohel
get a simple FlexTable from a dataset
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 argumentfmt
ofsprintf
.
See Also
Examples
# NOT RUN {
#START_TAG_TEST
light.table( iris)
#STOP_TAG_TEST
# }
Community examples
Looks like there are no examples yet.