paste_columns | R Documentation |
Create a column by pasting multiple columns together
paste_columns(df, columns, new_col = "new_col", collapse = "; ")
df |
dataframe |
columns |
columns |
new_col |
the new column name |
collapse |
string to separate the values. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.