Skip to contents

Launches the demo from inst/shiny inside the installed package. Does not auto-update replicateEverything from GitHub (the running session already uses the installed package). Interactive defaults: Live Run available; feedback form off. For server deploys with feedback on, use save_local_shiny(). A live instance is hosted at https://shiny2.wzb.eu/ipi/replicate/.

Usage

run_shiny_app(...)

Arguments

...

Passed to shiny::runApp().

Value

The value returned by shiny::runApp().

Examples

if (FALSE) { # \dontrun{
run_shiny_app()
} # }