
Trail record: reproducible quallmer annotation (deprecated)
trail_record.RdUsage
trail_record(
data,
text_col,
task,
setting,
id_col = NULL,
cache_dir = NULL,
overwrite = FALSE,
annotate_fun = annotate
)Arguments
- data
A data frame containing the text to be annotated.
- text_col
Character scalar. Name of the text column.
- task
A quallmer task object.
- setting
A
trail_settingobject describing the LLM configuration.- id_col
Optional character scalar identifying units.
- cache_dir
Optional directory in which to cache Trails. If
NULL, caching disabled. For examples and tests, usetempdir()to comply with CRAN policies.- overwrite
Whether to overwrite existing cache.
- annotate_fun
Function used to perform the annotation.
Details
trail_record() is deprecated. Use qlm_code() instead, which automatically
captures metadata for reproducibility. For systematic comparisons across
different models or settings, see qlm_replicate().