Last data update: 2014.03.03

R: Extract Posts from your LinkedIn Groups
getGroupPostsR Documentation

Extract Posts from your LinkedIn Groups

Description

getGroupPosts will retrieve posts from each LinkedIn group you belong to.

Usage

getGroupPosts(token)

Arguments

token

Authorization token.

Value

Returns a dataframe with the 10 most recent posts from each group you belong to.

Author(s)

Michael Piccirilli michael.r.piccirilli@gmail.com

See Also

getGroups submitGroupPost

Examples

## Not run: 

my.groups <- getGroupPosts(in.auth)

## End(Not run)

Results