check_chat_format: Check chat format of a single file

View source: R/utility_functions.R

check_chat_formatR Documentation

Check chat format of a single file

Description

Is the Zoom chat file in one-line (older) or two-line (newer) format?

Usage

check_chat_format(file)

Arguments

file

File path to a Zoom chat file

Value

Character vector, "v1" if in one-line format, "v2" if in two-line format

Examples

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

## End(Not run)

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