View source: R/read_zoom_chat.R
read_zoom_chat | R Documentation |
Read a raw Zoom chat file from .txt
to a tibble.
read_zoom_chat(file, format_time = FALSE)
file |
Path to Zoom's chat .txt file(s) |
format_time |
(Logical) if |
A "zoom_chat" subclass Tibble with columns "Time", "Name", "Content". If full Zoom Chat format is recognized "Target" is added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.