RMendeley (version 1.2)

categories: 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

Run this code
## Not run: 
#  categories()
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace