A high-level data analysis R package for Zoom's participants report .csv
and Zoom's chat .txt
file.
Read
read_participants()
: read Zoom's participant .csv
file and clean column names.Process
class_session()
: compute summary per sessions
class_students()
: compute summary per students
class_studentsID()
: compute summary per student's ID
Metadata
meeting_overview()
: Retrieve overview of meeting information
class_overview()
: Retrieve overview of class room information
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.
zoomclass_example()
: Get path to zoomclass example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.