Stop the currently running Shiny app — stopApp

v1.7.3|Source: R/runapp.R

Description

Stops the currently running Shiny app, returning control to the caller of runApp().

stopApp(returnValue = invisible())

Arguments

returnValue

The value that should be returned from runApp().