RMendeley (version 1.2)

groupPeople: 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

See Also

user_groups

Examples

Run this code
## Not run: 
# groupPeople(mc, 'Future of Science')
# ## End(Not run)

Run the code above in your browser using DataLab