Skip to contents

These are the example apps shipping with shiny as shiny.appobj. Also shows screenshot in documentation.

Usage

examples_app(example = "01_hello")

Arguments

example

The name of the example to run, or NA (the default) to list the available examples.

Examples


if (FALSE) { # \dontrun{
# launch the app
examples_app()
} # }