Turn a vector of file paths to Zoom chat files into a tibble of chats with one chat message per row.
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
if (FALSE) {
if(interactive()){
#EXAMPLE1
}
}