Launches interactive shiny session in the browser.

runPophelper(display.mode = "normal", launch.browser = TRUE, ...)

Arguments

display.mode

Display mode. See runApp.

launch.browser

Logical indicating if the app is to be launched in the system browser.

...

Further arguments are passed to runApp.

Value

This function does not return anything

See also

runApp

Examples

if (FALSE) { library(pophelperShiny) runPophelper() }