groups | R Documentation |
query for documents in a given group
groups(query, page = NA, numItems = 10, cat = NA, url = "http://api.mendeley.com/oapi/documents/groups/", key = getOption("MendeleyKey", stop("need an API key for Mendeley")), curl = getCurlHandle(), ...)
query |
a group name to query |
page |
number of pages to return (optional) |
numItems |
number of hits to return (optional) |
cat |
see Mendeley documentation |
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) |
all results matching the query for the author
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.