Match names workflow with privacy-supporting defaults
Source:R/name_matching_workflow.R
match_names_workflow.RdReturns 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
speakercolumn.- roster_df
Tibble/data.frame returned by
load_roster().- options
List of options; supports
match_strategy(default'exact') andinclude_name_hash(defaultFALSE).
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
Other name-matching:
detect_unmatched_names(),
write_unresolved()