Runs the example Shiny app in the current R session.
Arguments
display.mode
The mode in which to display the application. If set to
the value "showcase", shows application code and metadata from a
DESCRIPTION file in the application directory alongside the
application. If set to "normal", displays the application normally.
Defaults to "auto", which displays the application in the mode given
in its DESCRIPTION file, if any.
See Also
Other Shiny functions:
countdown_action(),
countdown_app(),
countdown_update()