View source: R/utility_functions.R
check_all_chat_format | R Documentation |
Are these Zoom chat files in one-line (older) or two-line (newer) format?
check_all_chat_format(files)
files |
A vector of file paths to Zoom chat files |
A two column tibble with columns file
(the file path) and type
("One Liner" or "Two Liner")
## Not run: if(interactive()){ #EXAMPLE1 } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.