Changelog
zoomclass 0.1.1
A high-level data analysis R package for Zoom’s participants report .csv
and Zoom’s chat .txt
file.
Zoom Participants Report
Read
-
read_participants()
: read Zoom’s participant.csv
file and clean column names.
Process
class_session()
: compute summary per sessionsclass_students()
: compute summary per studentsclass_studentsID()
: compute summary per student’s ID
Metadata
meeting_overview()
: Retrieve overview of meeting informationclass_overview()
: Retrieve overview of class room information
Zoom Chat
read_zoom_chat()
: Read a raw Zoom chat file from.txt
to a tibble.zoom_chat_extract()
: Parse Zoom chat as a character vector to a tibble.zoom_chat_count()
: Count how many times each participants replies in the Zoom chat box and also group messages entries per participants.
Example Data
zoomclass_example()
: Get path to zoomclass example