app_ESR: Run ESR shiny apps

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/app_ESR.R

Description

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

Usage

1
app_ESR(app, ...)

Arguments

app

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

...

further arguments to pass to runApp

Details

This is a wrapper function for runApp.

Value

#

Note

#

Author(s)

Christoph Burow, University of Cologne (Germany)

References

In progress

See Also

runApp

Examples

1
2
3
4
5
## Not run: 
app_ESR("converter")
app_ESR("spectrum")

## End(Not run)

tzerk/ESR documentation built on May 20, 2019, 1:12 p.m.