Description Usage Arguments Value
Converts first_name, middle_name, last_name, suffix into a single, full-name character vector
1 | make_full_name(x, ...)
|
x |
Input should be either a data frame with name information or a character vector of first names and additional character vectors of middle names, last names, and suffix. If a data frame is provided, it should at a minimum contain the variables 'first_name' and 'last_name' but will also used columns named 'middle_name' or 'suffix' if found in the data frame as well. |
... |
Additional character vectors only used if x is a vector of first names. |
The output will match the input–so if data frame then out data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.