Skip to contents

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

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