parse_all_zoom_chat: Parse a series of Zoom chats

View source: R/utility_functions.R

parse_all_zoom_chatR Documentation

Parse a series of Zoom chats

Description

Turn a vector of file paths to Zoom chat files into a tibble of chats with one chat message per row.

Usage

parse_all_zoom_chat(files)

Arguments

files

A vector of file paths to 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) From and To), message ((chr) Message content)

Examples

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

## End(Not run)

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