Skip to contents

By 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.

Usage

write_unresolved(unresolved_tbl, path, include_raw = FALSE, overwrite = FALSE)

Arguments

unresolved_tbl

Tibble returned by detect_unmatched_names().

path

Output file path.

include_raw

Logical; include raw names if TRUE and allowed.

overwrite

Logical; overwrite existing file if TRUE.

Value

Invisibly, a character scalar containing the path that was written.

See also