| stopApp | R Documentation |
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.
stopApp(returnValue = invisible())
returnValue |
The value that should be returned from
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.