Description Usage Arguments Value
Splits a string column into a vectors, checks whether those vectors are unique. If so, leaves be; if not, replaces with "Mixed".
1 | col_sep(x, clmn = "sec_col", sep = " | ")
|
x |
dataframe |
clmn |
string naming the column that will be split into vectors and checked for uniqueness. |
sep |
string, used to separate into clmn into vectors. |
A dataframe with clmn squashed down into one string (as opposed to multiple concatenatd by sep).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.