Description Usage Arguments Value See Also Examples
a common pattern for names is 'Lastname Suffix, Salutation Firstname' -
or to put that more practically, 'Jeffries PhD, Mr Bernard'. format_reverse
takes these reversed names and reformats them to a form that parse_names
can handle.
1 |
names |
a vector of names following this convention. Names that lack commas will be returned entirely intact, so assuming you don't have (legitimate) commas in names not following this format, there's no need to worry if your vector has mixed formatting. |
a vector containing the reformatted names
parse_names
, which works more reliably if reversed names have
been reformatted, and format_period
for period-separated names.
1 2 | # Take a reversed name and un-reverse it
format_reverse("Keyes, Oliver")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.