aitoa.statistics.cols.to.formats: Convert a Column Type to a Formatter Function

Description Usage Arguments Value

View source: R/format_numbers.R

Description

Convert a Column Type to a Formatter Function

Usage

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
)

Arguments

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

Value

the formatter function


thomasWeise/aitoaEvaluate documentation built on Dec. 6, 2020, 1:22 p.m.