View source: R/facebook_message_pull.R
facebook_message_pull | R Documentation |
Facebook: Message Conversation Extractor
facebook_message_pull(folder)
folder |
filepath to data |
This function pulls the sentences from your messages folder and places them in a handy .csv file for analysis. The participants, timestamp, and content of the messages are pulled out and placed in the .csv file that is created. The .csv file is names for the participant you have been messaging. The function also pulls the date and time from the Json file and converts it and writes the Sender, Time, and Content of the message to an .xlsx file.
facebook message conversation to a .csv file
library(facebookanalysis)
## Not run: facebook_message_pull(folder = data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.