Rdocumentation
powered by
Learn R Programming
shiny (version 0.9.0)
stopApp: Stop the currently running Shiny app
Description
Stops the currently running Shiny app, returning control to the caller of
runApp
.
Usage
stopApp(returnValue = NULL)
Arguments
returnValue
The value that should be returned from
runApp
.