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).
authoritative 0.1.0
- This project now includes a NEWS.mdfile to inform users about changes and new features.