parse_v2_chat: Parse a version 2 chat file

View source: R/utility_functions.R

parse_v2_chatR Documentation

Parse a version 2 chat file

Description

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

## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

kjhealy/zoomchattr documentation built on April 30, 2022, 12:16 a.m.