Skip to contents

Parse a series of version 1 chat files

Usage

parse_all_v1_chat(files)

Arguments

files

A vector of file paths to version 1 Zoom chat files

Value

A tibble of parsed chats with columns file ((chr) source file name), time ((dttm) date and time of chat), from (chr), to (chr), message ((chr) Message content)

Examples

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