parse.name | R Documentation |
This function returns
parse.name(x, prefixes = c("MR", "DR", "MISS", "MS", "MRS"),
suffixes = c("JR", "II", "III", "IV", "SR"))
x |
Provide the character vector to parse. |
prefixes |
x |
suffixes |
x |
x <- 'LIVINGSTON III MICHAEL JOHN'
parse.name(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.