Skip to contents

Turn a Zoom chat file into a tibble with one chat message per row

Usage

parse_zoom_chat(file)

Arguments

file

Path to a Zoom chat file (v1 or v2)

Value

A tibble of the chat with columns time (dttm), from (chr), to (chr), and message (chr)

Examples

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