April 2016
Beginner to intermediate
246 pages
5h 20m
English
The Rfacebook package, developed and maintained by Pablo Barberá, lets you easily establish and take advantage of Facebook's API thanks to a series of functions.
As we did for the twitteR package, we are going to establish a connection with the API and retrieve posts pertaining to a given keyword.
This recipe will mainly be based on functions from the Rfacebok package. Therefore, we need to install and load this package in our environment:
install.packages("Rfacebook")
library(Rfacebook)