Skip to contents

Facebook: Message Conversation Extractor

Usage

sentiment_extractor(folder)

Arguments

folder

filepath to data

Value

Dataframe with sentiment extracted from each conversation.

Details

This function pulls the sentiment from the .txt files that contain the text you want to look at. The sentiment is then combined into a data frame with the participant's name and the emotions related to that conversation.

Examples


library(facebookanalysis)

if (FALSE) sentiment_extractor(folder = data)