Learn R Programming

reactRouter (version 0.1.1)

reactRouterExample: Run reactRouterExample example

Description

Launch a Shiny example app or list the available examples. Use `reactRouter::reactRouterExample("basic")` to run a showcase app.

Usage

reactRouterExample(example = NULL, ...)

Value

This function normally does not return; interrupt R to stop the application (usually by pressing Ctrl+C or Esc).

Arguments

example

The name of the example to run, or `NULL` to retrieve the list of examples.

...

Additional arguments to pass to `shiny::runApp()`.

See Also

[shiny.blueprint::runExample()] which this function is an adaptation.