make_vector_column | R Documentation |
Combine a number of columns into a new column in which each cell is the vector of values from the original columns.
make_vector_column(data, cols, vector_col, .keep = "all")
data |
'tibble' or 'data.frame'. |
cols |
Vector of characters with names of variables to combine. |
vector_col |
Name of new column of vectors. |
.keep |
See |
Same as data
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.