View source: R/columns_manage.R
combine_vectors | R Documentation |
Title Combine vectors or table columns while keeping all values.
combine_vectors(l, r, case = NULL)
l |
left hand side column |
r |
right hand side column |
case |
Default of NULL does not formatting. Options upper, lower or title format data before combining. |
returns vector of data combined by position
# columns_combine(df$unique_id, df$forename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.