Main entry point for the Algorithm Viewer app. Initializes configuration and starts the Shiny server.
Arguments
- config
Path to a YAML configuration file, or
NULLto use the built-in example HTNPoRT configuration file (located at inst/extdata/config.yaml).- port
Port number for the Shiny server. Defaults to
getOption("shiny.port"). IfNULL(the default when theshiny.portoption is not set), a random available port is chosen.- host
Host address for the Shiny server. Defaults to
getOption("shiny.host", "127.0.0.1").
Value
A Shiny app object (invisibly), as returned by
shinyApp.