View source: R/utility_functions.R
parse_v2_chat | R Documentation |
Parse a version 2 chat file
parse_v2_chat(file)
file |
File path for a version 2 Zoom chat file |
A tibble of the chat with columns time
(dttm), from
(chr), to
(chr), and message
(chr)
## 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.