Skip to contents

Parse a Version 1 chat file into a tibble

Usage

parse_v1_chat(file)

Arguments

file

Path to a version 1 Zoom chat file

Value

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

Examples

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