Returns the units apply_codes() left uncoded, paired with their text.
These units are the ones a codebook does not reach. Reviewing them shows
whether content recurs in the corpus that the coding frame omits, and is the
step that keeps a codebook-constrained analysis from reporting only what the
codebook was built to find.
Arguments
- assignments
Tibble from
apply_codes(), withdoc_id,unit_id,start,end, andcode.- texts
Character vector of the documents passed to
apply_codes(). Names becomedoc_id; unnamed vectors are keyed by position.
Value
A tibble of doc_id, unit_id, start, end, and unit_text,
one row per uncoded unit, ordered as in assignments. Zero rows when every
unit received at least one code.
See also
apply_codes() to produce assignments.
