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.
Usage
applyInputHandlers(inputs, shinysession = getDefaultReactiveDomain())