facebook_message_pull: facebook_message_pull

View source: R/facebook_message_pull.R

facebook_message_pullR Documentation

facebook_message_pull

Description

Facebook: Message Conversation Extractor

Usage

facebook_message_pull(folder)

Arguments

folder

filepath to data

Details

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.

Value

facebook message conversation to a .csv file

Examples


library(facebookanalysis)

## Not run: facebook_message_pull(folder = data)


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