Launch an apputils Shiny app example in your browser.

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

Arguments

id

character, the name of the application. See details.

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.

Available IDs include "icons". This app displays all the available statistics and data analysis themed icons available in apputils in both light and dark color styles.

Examples

# NOT RUN {
exApp("icons")
# }