getGroupPosts: Extract Posts from your LinkedIn Groups

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
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

1
2
3
4
5
## Not run: 

my.groups <- getGroupPosts(in.auth)

## End(Not run)

Rlinkedin documentation built on May 2, 2019, 12:59 a.m.