Skip to contents

Split and clean the from column into from and to components

Usage

process_from_column(df)

Arguments

df

A tibble of chat messages

Value

A tibble with from and to columns split out

Examples

if (FALSE) {
if(interactive()){
 #EXAMPLE1
 }
}