stopApp
From shiny v1.5.0
by Winston Chang
Stop the currently running Shiny app
Stops the currently running Shiny app, returning control to the caller of
runApp()
.
Usage
stopApp(returnValue = invisible())
Arguments
- returnValue
The value that should be returned from
runApp()
.
Community examples
Looks like there are no examples yet.