Skip to contents

Detect unmatched names from transcripts against a roster

Usage

detect_unmatched_names(transcripts_df, roster_df, options = list())

Arguments

transcripts_df

Tibble/data.frame with at least a speaker column.

roster_df

Tibble/data.frame returned by load_roster().

options

List of options; supports match_strategy (default 'exact') and include_name_hash (default FALSE).

Value

Tibble with columns: name_hash, occurrence_n, first_seen_at, reason, guidance. name_hash omitted unless include_name_hash = TRUE.

See also