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(...)
| ... | further arguments to pass to |
|---|
runApp
# NOT RUN { run_rxylib() # }