View source: R/utility_functions.R
parse_all_v2_chat | R Documentation |
Parse a series of version 2 Zoom chat files
parse_all_v2_chat(files)
files |
A vector of version 2 Zoom chat files |
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)
## 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.