.restore_ambiguous_attrs: Restore Ambiguous Match Attributes
Description
Attaches previously backed-up ambiguous match attributes to a tibble.
Usage
.restore_ambiguous_attrs(tbl, backup)
Value
The input tibble with ambiguous match attributes attached
Arguments
- tbl
A tibble to which attributes should be attached
- backup
A named list of ambiguous match attributes (output from
`.backup_ambiguous_attrs()`)