Description Usage Arguments Value Examples
Similar to runApp
, but if running in RStudio, defaults to viewing the
app in the Viewer pane.
1 2 | runGadget(app, server = NULL, port = getOption("shiny.port"),
viewer = paneViewer())
|
app |
Either a Shiny app object as created by
|
server |
Ignored if |
port |
See |
viewer |
Specify where the gadget should be displayed–viewer pane,
dialog window, or external browser–by passing in a call to one of the
|
The value returned by the gadget.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.