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