run_app

Run the Cornfab App

Description

Launch the Cornfab text-to-speech Shiny application.

Usage

1run_app(host = "0.0.0.0", port = 7803, ...)

Arguments

  • host: Host address to bind to. Defaults to “0.0.0.0” for network access.
  • port: Port number. Defaults to 7803.
  • ...: Additional arguments passed to shiny::runApp().

Value

Runs the Shiny app (does not return).

Examples

1run_app()
2run_app(port = 8080)