qlm_app: Launch the Quallmer Interactive App

View source: R/qlm_app.R

qlm_appR Documentation

Launch the Quallmer Interactive App

Description

Starts the Shiny app for manual coding, LLM checking, and validation / agreement calculation.

Usage

qlm_app(base_dir = getwd())

Arguments

base_dir

Base directory for saving uploaded files and progress. Defaults to current working directory. Use tempdir() for temporary storage (e.g., in examples or tests), but note that data will be lost when the R session ends.

Details

  • In LLM mode, you can also select metadata columns.

  • In Validation mode, select unit ID and coder columns (no text column), and optionally specify a gold-standard coder.

Value

A shiny.appobj

Examples

if (interactive()) {
  # Launch the app
  qlm_app()

  # Use a temporary directory (useful for testing)
  qlm_app(base_dir = tempdir())
}

quallmer.app documentation built on March 8, 2026, 5:06 p.m.