Split full name into first and last name and add them to data.frame
1 | add_names_to_df(df, full_name, keep = TRUE, ...)
|
df |
dataframe with the data |
full_name |
name of the column containing full name |
keep |
logical indicating if the column containing full name should be kept |
... |
additional params passed to split_full_name function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.