groupPeople: groupPeople - returns list of group members and their...

View source: R/user_group_people.r

groupPeopleR Documentation

groupPeople - returns list of group members and their Mendeley user IDs

Description

groupPeople - returns list of group members and their Mendeley user IDs

Usage

groupPeople(mc = NULL, group_name = NULL, ..., curl = getCurlHandle())

Arguments

mc

Your Mendeley OAuth credential.

group_name

Name of group

curl

If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint)

...

optional additional curl options (debugging tools mostly).

Value

list

Author(s)

Karthik Ram karthik.ram@gmail.com

See Also

user_groups

Examples

## Not run: 
groupPeople(mc, 'Future of Science')

## End(Not run)

ropensci/RMendeley documentation built on May 18, 2022, 8:58 a.m.