sample_chat_processed {zoomGroupStats} | R Documentation |
Parsed chat file in a 'Zoom' meeting
Description
Parsed chat file in a 'Zoom' meeting
Usage
sample_chat_processed
Format
A data frame with 30 rows of 9 variables:
- batchMeetingId
a character meeting identification variable
- userName
'Zoom' display name attached to this speaker
- messageId
an incremented numeric identifier for a marked chat message
- messageSeconds
when the message was posted as the number of seconds from the start of the recording
- messageTime
timestamp for message
- message
text of the message
- messageLanguage
language code of the message
- userEmail
character email address
- userId
numeric id of each speaker
Source
[Package zoomGroupStats version 0.1.0 Index]