Skip to contents

Reads per-coder assignment files (each a saved assignments table) and binds them into one long assignments table for code_agreement(). Supports the async workflow where each coder codes a copy and exports it.

Usage

merge_codes(files)

Arguments

files

Character vector of paths, or a list of data frames. Paths may be .csv, .xlsx, .xls, .txt, .tsv, or .rds; the extension picks the reader. Excel files need the readxl package.

Value

A tibble of combined, de-duplicated assignments.

See also

code_agreement() for the agreement summary.