Skip to contents

Updates one or more parameter values of an existing modist_input() from the Shiny server.

Usage

update_modist_input(
  input_id,
  value,
  session = shiny::getDefaultReactiveDomain()
)

Arguments

input_id

Id of the input to update.

value

Named list of parameter values to update.

session

The Shiny session.

Value

Invisibly returns NULL.