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).
Examples
if (interactive()) {
library(TextAnalysisR)
run_app()
}
