categories: Returns a list of Mendeley's categories

View source: R/categories.R

categoriesR Documentation

Returns a list of Mendeley's categories

Description

Returns a list of Mendeley's categories

Usage

categories(key = getOption("MendeleyKey",
  stop("need an API key for Mendeley")),
  url = "http://api.mendeley.com/oapi/documents/categories/", ...,
  curl = getCurlHandle())

Arguments

key

Mendeley API key (otherwise will try and load from server)

url

Mendeley API URL (don't change this)

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)

Examples

## Not run: 
 categories()

## End(Not run)

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