Skip to contents

Returns an object of class 'engager_match' with redacted print/summary.

Usage

match_names_workflow(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

A list with elements transcripts_with_ids, unresolved, and audit. Returns an object of class 'engager_match' with redacted print() and summary() methods.

See also