Parse Zoom chat as a character vector to a tibble.
Usage
zoom_chat_extract(x, format_time = FALSE)
Arguments
- x
A character vector
- format_time
(Logical) if TRUE
column "Time" will be formatted to period object
Value
A "zoom_chat" subclass Tibble with columns "Time", "Name", "Content".
If full Zoom Chat format is recognized "Target" is added.