
Convert Trail records to coder-style wide data (deprecated)
trail_matrix.RdArguments
- x
Either a
trail_compareobject or a named list oftrail_recordobjects.- id_col
Character scalar. Name of the column that identifies units (documents, paragraphs, etc.). Must be present in each record's
annotationsdata.- label_col
Character scalar. Name of the column in each record's
annotationsdata containing the code or label of interest.
Value
A data frame with one row per unit and one column per
setting/record. The unit ID column is retained under the name
id_col.
Details
trail_matrix() is deprecated. Use qlm_compare() to compare multiple
coded objects directly.