sentiment_extractor: sentiment_extractor

View source: R/sentiment_extractor.R

sentiment_extractorR Documentation

sentiment_extractor

Description

Facebook: Message Conversation Extractor

Usage

sentiment_extractor(folder)

Arguments

folder

filepath to data

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.

Value

Dataframe with sentiment extracted from each conversation.

Examples


library(facebookanalysis)

## Not run: sentiment_extractor(folder = data)


gonzalezben81/facebookanalysis documentation built on June 20, 2024, 8:42 a.m.