public_groups_details: public_groups.details.R Public Group Methods (Public Methods)

View source: R/public_groups_details.R

public_groups_detailsR Documentation

public_groups.details.R Public Group Methods (Public Methods)

Description

This method will return further details about a group.

Usage

public_groups_details(query, key = getOption("MendeleyKey",
  stop("need an API key for Mendeley")), url = sprintf("%s/%s",
  "http://api.mendeley.com/oapi/documents/groups", query),
  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

## Not run: 
public_groups_details(492511)

## End(Not run)

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