A wrapper for runApp to start interactive shiny apps for the R package rxylib. The app_RLum() function is just a wrapper for runApp. Via the ... argument further arguments can be directly passed to runApp. See ?shiny::runApp for further details on valid arguments.

run_rxylib(...)

Arguments

...

further arguments to pass to runApp

See also

runApp

Examples

# NOT RUN { run_rxylib() # }