R/run_app.R
run_app.Rd
Launch and browse the TextAnalysisR app.
run_app()
No return value, called for side effects (launching Shiny app)
if (interactive()) { library(TextAnalysisR) run_app() }