Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 18 found.
[1] < 1 2 > [2]  Sort:

fbOAuth (Package: Rfacebook) : Create OAuth token to Facebook R session

fbOAuth creates a long-lived OAuth access token that enables R to make authenticated calls to the Facebook API. The token can be saved as a file in disk to be re-used in future sessions. This function relies on the httr package to create the OAuth token, and is a simplified version of one of its examples.
● Data Source: CranContrib
● Keywords:
● Alias: fbOAuth
● 0 images

getGroup (Package: Rfacebook) : Extract list of posts from a public Facebook group

getGroup retrieves information from a public Facebook group.
● Data Source: CranContrib
● Keywords:
● Alias: getGroup
● 0 images

getFriends (Package: Rfacebook) : Extract list of friends with their information

getFriends retrieves information about the user's friends.
● Data Source: CranContrib
● Keywords:
● Alias: getFriends
● 0 images

searchPages (Package: Rfacebook) : Search pages that mention a string

searchPages retrieves public pages that mention a given keyword
● Data Source: CranContrib
● Keywords:
● Alias: searchPages
● 0 images

getPage (Package: Rfacebook) : Extract list of posts from a public Facebook page

getPage retrieves information from a public Facebook page. Note that information about users that have turned on the "follow" option on their profile can also be retrieved with this function.
● Data Source: CranContrib
● Keywords:
● Alias: getPage
● 0 images

getFQL (Package: Rfacebook) : Executes a FQL query to the Facebook Graph API

getFQL connects to Facebook's Graph API and executes a FQL query. See https://developers.facebook.com/docs/technical-guides/fql/ for an overview of the Facebook Query Language.
● Data Source: CranContrib
● Keywords:
● Alias: getFQL
● 0 images

Rfacebook-package (Package: Rfacebook) : Access to Facebook API via R

This package provides a series of functions that allow R users to access Facebook's API to get information about users and posts, and collect public status updates that mention specific keywords.
● Data Source: CranContrib
● Keywords:
● Alias: Rfacebook, Rfacebook-package
● 0 images

getLikes (Package: Rfacebook) : Extract list of likes of a Facebook friend

getLikes retrieves information about a friend's likes. To retrieve the number of likes for a page, use getUsers with the page IDs.
● Data Source: CranContrib
● Keywords:
● Alias: getLikes
● 0 images

getInsights (Package: Rfacebook) : Extract Insights metric from a Facebook page (admin role required)

getInsights retrieves information from an owned Facebook page. Note that you must specify wich metric from insights you need and the period. To request multiple metrics at one time, pass a vector of metric names with a vector of periods of the same length. If only one period is supplied, it will apply to each metric. Please refer to Facebook's documentation for valid combinations of objects, metrics and periods.
● Data Source: CranContrib
● Keywords:
● Alias: getInsights
● 0 images

updateStatus (Package: Rfacebook) : Update Facebook status from R

updateStatus sends a status update that will be displayed on the Facebook profile of the authenticated user.
● Data Source: CranContrib
● Keywords:
● Alias: updateStatus
● 0 images