run_epoxy_example_app | R Documentation |
Run an example epoxy Shiny app showcasing the Shiny UI and server components provided by epoxy.
run_epoxy_example_app(
name = c("ui_epoxy_html", "ui_epoxy_markdown", "ui_epoxy_mustache", "render_epoxy"),
display.mode = "showcase",
...
)
name |
Name of the example, currently one of |
display.mode |
The mode in which to display the application. If set to
the value |
... |
Arguments passed on to
|
Runs the Shiny example app interactively. Nothing is returned.
ui_epoxy_html()
, ui_epoxy_markdown()
, ui_epoxy_mustache()
, render_epoxy()
# List examples by passing `name = NULL`
run_epoxy_example_app(name = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.