stopApp function

Stop the currently running Shiny app

Stop the currently running Shiny app

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().
  • Maintainer: Winston Chang
  • License: GPL-3 | file LICENSE
  • Last published: 2024-12-14