get_last_name | R Documentation |
Get the last name from a full name
get_last_name(full_name)
full_name |
The full name from which to extract the last name |
A string containing the last name. All names after the first name will be taken as the last name
get_last_name("John Nsombo")
get_last_name("Jorgen Von Straggle")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.