unique_sep_values_of_col: unique_sep_values_of_col

Description Usage Arguments Details

Description

create a new single-column data.frame of unique values from a column of data that may include multiple values in a cell separated by a separator character.

Usage

1
unique_sep_values_of_col(df, col, label = "df_col_name", sep = ";", ...)

Arguments

df

The data.frame containing the column of data.

col

The name of the data column, as a string.

label

The new column name. As a string.

sep

The separator between items in a cell of the column, eg "," or ";"

Details

This takes a column of data that may include multiple values in a cell separated by a separator character and creates a new single-column data.frame of unique values.


brendan-newlon/df2neo4j documentation built on Sept. 19, 2020, 5:44 a.m.