This function creates the FastRet GUI
Arguments
- port
The port the application should listen on
- host
The address the application should listen on
- reload
Whether to reload the application when the source code changes
- nsw
The number of subworkers each worker is allowed to start. The higher this number, the faster individual tasks like model fitting can be processed.
Value
A shiny app. This function returns a shiny app that can be run to interact with the model.
An object of class shiny.appobj
.
Examples
x <- fastret_app()
if (interactive()) shiny::runApp(x)