updateDateTimeRangePickerInput {DateTimeRangePicker}R Documentation

Update a datetime range picker input

Description

Change the values of a datetime range picker input.

Usage

updateDateTimeRangePickerInput(session, inputId, from, to)

Arguments

session

the Shiny session object

inputId

the id of the datetime range picker widget to be updated

from, to

new values for the datetime range picker widget

Value

No returned value, called for side effect.


[Package DateTimeRangePicker version 1.1.0 Index]