sample_chat_sentiment_syu {zoomGroupStats}R Documentation

Parsed chat file in a 'Zoom' meeting with sentiment analysis using syuzhet

Description

Parsed chat file in a 'Zoom' meeting with sentiment analysis using syuzhet

Usage

sample_chat_sentiment_syu

Format

A data frame with 30 rows of 30 variables:

batchMeetingId

a character meeting identification variable

messageId

an incremented numeric identifier for a marked chat message

userName

'Zoom' display name attached to the messager

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

wordCount

number of words in this utterance

syu_anger

number of anger words

syu_anticipation

number of anticipation words

syu_disgust

number of disgust words

syu_fear

number of fear words

syu_joy

number of joy words

syu_sadness

number of sadness words

syu_surprise

number of surprise words

syu_trust

number of trust words

syu_negative

number of negative words

syu_positive

number of positive words

Source

http://zoomgroupstats.org/


[Package zoomGroupStats version 0.1.0 Index]