groups: query for documents in a given group

View source: R/groups.R

groupsR Documentation

query for documents in a given group

Description

query for documents in a given group

Usage

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(), ...)

Arguments

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)

Value

all results matching the query for the author


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