R/utility_functions.R
check_chat_format.Rd
Is the Zoom chat file in one-line (older) or two-line (newer) format?
check_chat_format(file)
File path to a Zoom chat file
Character vector, "v1" if in one-line format, "v2" if in two-line format
if (FALSE) { if(interactive()){ #EXAMPLE1 } }