A wrapper for shiny::runApp() to start interactive shiny apps

app_ESR(app, ...)

Arguments

app

character (required): name of the ESR app to start

...

further arguments to pass to runApp

Value

#

Details

This is a wrapper function for runApp.

Note

#

References

In progress

See also

runApp

Examples

# NOT RUN { app_ESR("converter") app_ESR("spectrum") # }