read_zoom_chat: Read Zoom Chat File

View source: R/read_zoom_chat.R

read_zoom_chatR Documentation

Read Zoom Chat File

Description

Read a raw Zoom chat file from .txt to a tibble.

Usage

read_zoom_chat(file, format_time = FALSE)

Arguments

file

Path to Zoom's chat .txt file(s)

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.