Description Usage Arguments Examples
Show UI output in viewer pane
1 | view_ui(x, close_after = 5)
|
x |
ui content (actionButton, selectInput, valueBox), defaults to last output, expects an object with class "shiny.tag" |
close_after |
number of seconds to display UI in Viewer panel. If NULL, app must be stopped manually before more code can be run. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.