Description Usage Arguments Details Value Functions See Also
This shiny module and associated UI controls what happens when a tender evaluation strategy is selected.
1 2 3 4 5 | selectStrategyUI(id)
selectStrategyDescriptionUI(id)
selectStrategy(input, output, session, defaults)
|
id |
Shiny namespace identifier |
input |
Shiny input variable (leave blank) |
output |
Shiny output variable (leave blank) |
session |
Shiny session variable (leave blank) |
defaults |
The default values to pass to the |
The following parameters are passed to shiny inputs through the input
reactive values variable.
Changes to shiny inputs are observed and saved in the output
reactive values.
The output parameters should be referenced in other modules.
A reactive values object containing two lists: input
and
output
with the following values:
select
Name of the selected tender evaluation strategy, character
choices
The available tender evaluation strategies, character
budget_constraint
Maximum budget constraint, boolean
quality_threshold
Minimum quality threshold, boolean
budget_val
Maximum budget constraint value, numeric
quality_val
Minimum quality threshold value, numeric
wvfm
Values for the 'Weighted Value for Money' strategy, list:
wq
The weighted on quality, numeric
wtp
Values for the 'Monetising Non-Cost Score' strategy, list:
cost
Values for the cost slider, list:
min
The minimum value for the cost slider, numeric
max
The maximum value for the cost slider, numeric
value
Selected values, numeric vector of length 2
non_cost
Values for the non-cost slider, list:
min
The minimum value for the cost slider, numeric
max
The maximum value for the cost slider, numeric
value
selected values, numeric of length 2
gradient
The willingness to pay gradient, numeric (strategy$output
only)
ra
Values for the 'Relative Assessment' strategy, list:
wq
The weighted on quality, numeric
selectStrategyUI
: Select Strategy UI
selectStrategyDescriptionUI
: Strategy Description UI
selectStrategy
: Select Strategy Service Code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.