col_sep: Splits a string column into a vectors, checks whether those...

Description Usage Arguments Value

Description

Splits a string column into a vectors, checks whether those vectors are unique. If so, leaves be; if not, replaces with "Mixed".

Usage

1
col_sep(x, clmn = "sec_col", sep = " | ")

Arguments

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.

Value

A dataframe with clmn squashed down into one string (as opposed to multiple concatenatd by sep).


IskanderBlue/morseldash documentation built on Oct. 30, 2019, 7:24 p.m.