clean_forename {podcleaner} | R Documentation |
Clean entry(/ies) forename
Description
Attempts to clean provided forename.
Usage
clean_forename(names)
Arguments
names |
A character string vector of forename(s). |
Value
A character string vector of cleaned forename(s).
Details
Single letter forenames are standardised to the forename starting with that letter occurring the most frequently in the dataset. i.e A. -> Alexander, B. -> Bernard, C. -> Colin, D. -> David, etc.
[Package podcleaner version 0.1.2 Index]