This function does not validate if a brush is already defined; updating only one of start or end with an empty brush will assign the other to NaN.
updateNumericFilter(
session,
inputId,
label = NULL,
start = NULL,
end = NULL,
minValue = NULL,
maxValue = NULL
)The session object passed to function given to
shinyServer.
The id of the input object.
The label to set for the input object.
Beginning of selection interval.
End of selection interval.
Minimum numeric value in the legend (can be higher the maximum for inverted scale).
Maximum numeric value in the legend (can be lower the minimum for inverted scale).
This function only affects the label and JavaScript-implemented axis and brush values and selection.
Re-creating the color strips and changing the ticks and format of values requires deleting and re-creating the legend using shinyjs, for example.
continuousColorFilter() discreteColorFilter()
Other update functions:
updateCategoricalFilter()