check_all_chat_format: Check the chat format of all given files

View source: R/utility_functions.R

check_all_chat_formatR Documentation

Check the chat format of all given files

Description

Are these Zoom chat files in one-line (older) or two-line (newer) format?

Usage

check_all_chat_format(files)

Arguments

files

A vector of file paths to Zoom chat files

Value

A two column tibble with columns file (the file path) and type ("One Liner" or "Two Liner")

Examples

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

## End(Not run)

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