View source: R/sentiment_extractor.R
sentiment_extractor | R Documentation |
Facebook: Message Conversation Extractor
sentiment_extractor(folder)
folder |
filepath to data |
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.
Dataframe with sentiment extracted from each conversation.
library(facebookanalysis)
## Not run: sentiment_extractor(folder = data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.