Input the exponential transformation arguments
Source:R/score_input_modules.R
exponential_score_module.Rd
A shiny module that allows the user to input the score arguments that decide if and how an exponential transformation will be performed on a score (exponential, logarithmic and magnitude).
Arguments
- id
The namespace of the module.
- reset
When this value is changed, all inputs will reset.
- editing_row
The row that the user is currently editing. When this changes, all inputs will be updated to the state of the score that is being edited.
Value
A tibble::tibble_row()
containing the four inputs, or NULL if any are
invalid.