Skip to contents

Parse a version 2 chat file

Usage

parse_v2_chat(file)

Arguments

file

File path for a version 2 Zoom chat file

Value

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

Examples

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