| qlm_app | R Documentation |
Starts the Shiny app for manual coding, LLM checking, and validation / agreement calculation.
qlm_app(base_dir = getwd())
base_dir |
Base directory for saving uploaded files and progress.
Defaults to current working directory. Use |
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.
A shiny.appobj
if (interactive()) {
# Launch the app
qlm_app()
# Use a temporary directory (useful for testing)
qlm_app(base_dir = tempdir())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.