Stop the currently running Shiny app — stopApp
v1.14.0|Source:
R/runapp.R
Description
Stops the currently running Shiny app, returning control to the caller of
runApp(). Despite the similar names, stopApp() is not the
counterpart of startApp() — it is the counterpart of runApp(),
controlling its return value via returnValue.
Arguments
- returnValue
The value that should be returned from
runApp().