Launch a Shiny app in your browser.

snapp(id, source = "local", local_mode = "normal")

Arguments

id

character, the name of the application. See snapps for available IDs.

source

character, source of app. See details.

local_mode

character, display mode.

Details

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.

Examples

# NOT RUN {
snapp("rv4")
# }