parse_names | R Documentation |
Retieve additional name data from the character vector containing the full name
parse_names(names, hyphen = F)
hyphen |
- logical: if TRUE, substitute hyphens for spaces in last name. Some applications prefer no spaces in last names. |
name |
- character: the full name of the person in Meditech name format (LASTNAME [SUFFIX],FIRSTNAME MIDDLENAME [SUFFIX]) |
list : elements are: name, last_name, first_name, middle_name, Suffix
parse_names("JOHNSON SR, JAMES R.")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.