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.
epiworldRShiny(custom_models_path = NULL, ...)
run_app(custom_models_path = NULL, ...)
Loads and opens the R shiny app for the epiworldR package
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.