Description Usage Arguments Details Examples
Launch a Shiny app in your browser.
1 |
id |
character, the name of the application. See snapps for available IDs. |
source |
character, source of app. See details. |
local_mode |
character, display mode. |
The source defaults to "local" for package apps. If set to "remote",
snapp will launch the app in your browser using the canonical url rather than the package app.
Options for local_mode are "normal" (default) or "showcase"
for tandem reactive code highlighting, and metadata if applicable. local_mode applies to source = "local" package apps.
1 | ## Not run: snapp("rv4")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.