reactivePointRange: Reactively Select the Point or Range from a Conditional Range...

View source: R/conditionalNumericRangeInput.R

reactivePointRangeR Documentation

Reactively Select the Point or Range from a Conditional Range Input

Description

Use this function to select the point or range value from a 'conditionalNumericRangeInput()' or a 'conditionalSliderRangeInput()'. It finds the trigger dependency and selects the appropriate value.

Usage

reactivePointRange(id, session = getDefaultReactiveDomain())

Arguments

id

The ID of the input

session

The Shiny 'session'; the default is usually appropriate

Value

A reactive expression containing the chose input value (either a length 1 or length 2 vector)


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