epiworldRShiny {epiworldRShiny} | R Documentation |
epiworldRShiny App Launcher
Description
Fires up the R Shiny App. You can find more examples and documentation at the package's website: https://UofUEpiBio.github.io/epiworldRShiny/.
run_app
is a wrapper for the epiworldRShiny
function. It is a
convenience function to run the app.
Usage
epiworldRShiny(custom_models_path = NULL, ...)
run_app(custom_models_path = NULL, ...)
Arguments
custom_models_path |
Optional path to custom model files (see details). |
... |
Currently ignored. |
Details
When custom_models_path
is specified, the function will look for valid model files
at the specified path. These will be added to the list of available models.
The function expects R files named shiny_<model_name>.R
which contain the model.
The function will also look for optional Markdown files named shiny_<model_name>.md
which contain the model description.
Value
Loads and opens the R shiny app for the epiworldR package
[Package epiworldRShiny version 0.2.3 Index]