R/utility_functions.R
parse_v2_chat.Rd
Parse a version 2 chat file
parse_v2_chat(file)
File path for a version 2 Zoom chat file
A tibble of the chat with columns time (dttm), from (chr), to (chr), and message (chr)
time
from
to
message
if (FALSE) { if(interactive()){ #EXAMPLE1 } }