construct_full_name | R Documentation |
This function constructs a full personal name from individual name pieces.
construct_full_name( prefix = character(), given = character(), surname_prefix = character(), surname = character(), suffix = character() )
prefix |
The name prefix. |
given |
The given name(s). |
surname_prefix |
The surname prefix. |
surname |
The surname. |
suffix |
The name suffix. |
The full name with all name pieces combined.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.