Write unresolved matches to disk with privacy guardrails
Source:R/write_unresolved.R
write_unresolved.RdBy default, writes only hashed columns (no raw names). To include raw
names, both conditions must be met: include_raw = TRUE and
options(engager.allow_raw_name_exports = TRUE) is set. Otherwise, the
function aborts with class engager_privacy_error.
Arguments
- unresolved_tbl
Tibble returned by
detect_unmatched_names().- path
Output file path.
- include_raw
Logical; include raw names if
TRUEand allowed.- overwrite
Logical; overwrite existing file if
TRUE.
See also
Other name-matching:
detect_unmatched_names(),
match_names_workflow()