updateConditionalNumericRangeInput: Change the Value or Label of a conditionalNumericRangeInput

View source: R/conditionalNumericRangeInput.R

updateConditionalNumericRangeInputR Documentation

Change the Value or Label of a conditionalNumericRangeInput

Description

Sends a message to the client to update the either 'value', 'value2', or 'label' in the 'conditionalNumericRangeInput()'

Usage

updateConditionalNumericRangeInput(
  id,
  label = NULL,
  value = NULL,
  value2 = NULL,
  session = getDefaultReactiveDomain()
)

Arguments

id

The element ID

label

A label for the UI element

value

'[numeric(1)]' The initial "point" value

value2

'[numeric(2)]' The initial "range" value

session

The shiny 'session' object; the default is usually appropriate

Value

The output of 'session$sendInputMessage()'


jesse-smith/covidscreen documentation built on June 15, 2022, 7:46 p.m.