Skip to contents

Launch the TextAnalysisR Shiny application.

Usage

run_app(launch.browser = interactive())

Arguments

launch.browser

Logical. Whether to open the app in a browser. Defaults to interactive(), which is FALSE in non-interactive sessions (e.g., Docker containers, servers).

Value

No return value, called for side effects (launching Shiny app)

Examples

if (interactive()) {
  library(TextAnalysisR)
  run_app()
}