A data analysis Shiny web application for Zoom’s participants report
.csv
and Zoom’s chat.txt
file.
-
The app currently deployed: here
-
User manual in Thai language can be found: here
-
Main operating functions are provided by {zoomclass} R-package.
-
Zoom Class Report: design to analyse student’s time data in Zoom classroom from participants report
.csv
file. -
Zoom Chat Converter: convert Zoom’s chat file from
.txt
to.xlsx
, for easy data manipulation and analysis.
Main functions:
-
zoomclass::class_studentsID()
: provides time information summarized for each student’s ID. -
zoomclass::class_session()
: provides time information for each sessions.
More information can be read in the app.
The main function used is zoomclass::read_zoom_chat()
.
The output is a data frame created by extracting text information from the following columns:
-
Time: the time stamp of each message
-
Name: the person who send the message
-
Target: the audience or person who receive the message
-
Content: content of the message
Then, the data frame will be displayed in the app and could be download as excel file.