RMendeley (version 1.2)

public_groups_people: public_groups.people.R Public Group Methods (Public Methods)

Description

This method will return further people about a group.

Usage

public_groups_people(query, key = getOption("MendeleyKey", stop("need an API key for Mendeley")), url = sprintf("%s/%s/%s", "http://api.mendeley.com/oapi/documents/groups", query, "people"), curl = getCurlHandle(), ...)

Arguments

query
a public group ID number
key
Mendeley API key (otherwise will try and load from package)
url
the Mendeley API url for the function (should be left to default)
...
optional additional curl options (debugging tools mostly)
curl
If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint)

Value

detailed metadata for all articles in the public group

Examples

Run this code
## Not run: 
# public_groups_people(492511)
# ## End(Not run)

Run the code above in your browser using DataLab