Skip to contents

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.