R/utility_functions.R
parse_v1_chat.Rd
Parse a Version 1 chat file into a tibble
parse_v1_chat(file)
Path to a version 1 Zoom chat file
A tibble with columns time (dttm), from (chr), to (chr), and message (chr)
time
from
to
message
if (FALSE) { if(interactive()){ #EXAMPLE1 } }