Changelog
Source:NEWS.md
authoritative 0.2.0
CRAN release: 2025-06-24
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).
authoritative 0.1.0
CRAN release: 2025-02-03
- This project now includes a
NEWS.md
file to inform users about changes and new features.