Skip to contents

Update the component state with the corresponding inputId.

Usage

updateComponent(session = getDefaultReactiveDomain(), inputId, ...)

Arguments

session

The session object passed to function given to shinyServer. Default is getDefaultReactiveDomain().

inputId

The id of the `component` object.

...

Named attributes to update and corresponding values.

Value

No return value, called for side effects.