Apply input handlers to raw input values — applyInputHandlers
applyInputHandlers(inputs, shinysession = getDefaultReactiveDomain())
Arguments
inputs |
A named list of input values. |
---|---|
shinysession |
A Shiny session object. |
Description
The purpose of this function is to make it possible for external packages to test Shiny inputs. It takes a named list of raw input values, applies input handlers to those values, and then returns a named list of the processed values.