Releases: Bisaloo/authoritative
Releases · Bisaloo/authoritative
authoritative 0.2.0
New features
- New
invert_names()
function will return a cleaned vector of names
potentially inverted occurrences of 'Lastname Firstname' to
'Firstname Lastname' (or the reverse) based on a list ofcleaned_names
.
Same as for theexpand_names()
function, theinvert_names(x, x)
can be
used to deduplicate names from a vector without an external source of truth
(@Bisaloo, #25).