
Last chance! 50% off unlimited learning
Sale ends in
get a simple FlexTable from a dataset
vanilla.table(dataset, double.format = "%0.3f")
the data to use
format string for double
column to format in the dataset. See argument fmt
of sprintf
.
# NOT RUN {
#START_TAG_TEST
vanilla.table( iris)
#STOP_TAG_TEST
# }
Run the code above in your browser using DataLab