Returns a data frame with one row per participant × questionnaire administration × item. Useful for factor analysis, IRT, or item-level reliability checks.
Arguments
- obj
A
tallier_exportortallier_studyobject.- include_meta
Logical. If
TRUE(default), participant metadata columns are included.- scored_items
Logical. If
TRUE, adds aresponse_scoredcolumn with reverse-scored values applied for instruments that definereverse_items(currently STAI-S and STAI-T). For all other items and instruments,response_scoredequalsresponse. Non-numeric responses (e.g. clock-time lists, yes/no) are left as-is. Defaults toFALSEto preserve existing behaviour.- instruments
An optional named list of additional registry entries from
load_instrument()orload_instrument_dir(), used whenscored_items = TRUEto resolve reverse-scoring metadata for custom instruments.