Description Usage Arguments Value
View source: R/format_numbers.R
Convert a Column Type to a Formatter Function
1 2 3 4 5 6 7 8 9 | aitoa.statistics.cols.to.formats(
cols,
format.time = aitoa.format.time,
format.fes = aitoa.format.fes,
format.improvements = aitoa.format.improvements,
format.objective = aitoa.format.small.integer.objective.value,
format.counter = aitoa.format.counter,
format.setup = aitoa.format.setup
)
|
cols |
the column types |
format.time |
the time formatting function |
format.fes |
the FEs formatting function |
format.improvements |
the improvements formatting function |
format.objective |
the objective formatting function |
format.counter |
the counter formatting function |
format.setup |
the setup formatting function |
the formatter function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.