launch_app: Launch the full end-to-end Shiny app

View source: R/app.R

launch_appR Documentation

Launch the full end-to-end Shiny app

Description

Opens a seven-tab wizard that walks the user from Ollama setup through corpus upload, criteria definition, ensemble ranking, SAFE stopping, human screening, and reporting. Everything the app produces is persisted to the per-user data directory (data_root()) so a browser crash never loses more than one decision.

Usage

launch_app(project = NULL, launch_browser = interactive())

Arguments

project

Optional project name to open on launch. If NULL, the Setup tab lets the user pick or create one.

launch_browser

Passed to shiny::runApp().

Value

Invisibly, NULL.


screenllm documentation built on Sept. 24, 2026, 5:11 p.m.