initials {WikidataR} | R Documentation |
Converting names into first initial and surname, or just initials
initials(x, format = "FLast")
x |
a vector of people's names as strings |
format |
a vector of strings of either "FLast" or "FL" to indicate the output format |
the inputted name strings with first names shortened based on the selected format.