getGroupPosts {Rlinkedin}R Documentation

Extract Posts from your LinkedIn Groups

Description

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

Usage

getGroupPosts(token, partner = 0)

Arguments

token

Authorization token.

partner

Indicate whether you belong to the Partnership Program. Values: 0 or 1

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)

[Package Rlinkedin version 0.2 Index]