process_from_column: Process from column

View source: R/utility_functions.R

process_from_columnR Documentation

Process from column

Description

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

## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

kjhealy/zoomchattr documentation built on April 30, 2022, 12:16 a.m.