Skip to contents

Appends one row per pass through discovery, coding, and revision. The round number increments on its own, so repeated calls build the record in order.

Usage

log_round(
  rounds = NULL,
  n_categories,
  n_coded,
  n_uncoded,
  notes = NA_character_
)

Arguments

rounds

Existing round table, or NULL to start one.

n_categories

Categories in the codebook for this round.

n_coded

Units that received at least one code.

n_uncoded

Units that received none, from uncoded_units().

notes

What changed this round. Optional.

Value

The round table with one row appended.

See also

round_summary() for the coverage trend across rounds; uncoded_units() for the count this records.