Skip to contents

Launch and browse the TextAnalysisR app.

Usage

run_app()

Value

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

Examples

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