zoom_chat_extract: Extract Zoom Chat Elements to Tibble

View source: R/read_zoom_chat.R

zoom_chat_extractR Documentation

Extract Zoom Chat Elements to Tibble

Description

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.


Lightbridge-KS/readzoom documentation built on April 3, 2022, 5:59 p.m.