R/utility_functions.R
parse_zoom_chat.Rd
Turn a Zoom chat file into a tibble with one chat message per row
parse_zoom_chat(file)
Path to a Zoom chat file (v1 or v2)
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 } }