Specify a function that uses actions and the request object to choose which
Shiny UI to server.
Usage
change_scene(..., fall_through = default_ui())
Value
A function that processes the request object to deliver a Shiny ui.
Arguments
...
One or more shiny_scene objects.
fall_through
A ui to display if no scenes are valid. The
default value, default_ui(), returns an HTTP 422 status code indicating
that the request cannot be processed.