Launch a Shiny app in your browser.
snapp(id, source = "local", local_mode = "normal")
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.
# NOT RUN { snapp("rv4") # }