R/facebook.S4.R

#' Access to Facebook API v2 via R
#' 
#' This package provides a series of functions that allow R users
#' to access Facebook's API and builds collections of items
#' that model and mimic the graph organization and network relations
#' between different elements.
#'
#' @name facebook.S4
#' @aliases facebook.S4-package
#' 
#' @seealso \code{\link{fbOAuth}}, \code{\link{FacebookUsersCollection}}, 
#' \code{\link{FacebookPagesCollection}}, \code{\link{FacebookPostsCollection}},
#' \code{\link{FacebookCommentsCollection}}
#' @docType package
#' @keywords package facebook
#' @author Gabriele Baldassarre \url{https://gabrielebaldassarre.com}
#' @import methods
#' @importFrom utils head
NULL

Try the facebook.S4 package in your browser

Any scripts or data that you put into this service are public.

facebook.S4 documentation built on May 2, 2019, 4 a.m.