RMendeley (version 1.2)

subcategories: Returns a list of Mendeley's subcategories

Description

Returns a list of Mendeley's subcategories

Usage

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

Arguments

cat
subject category id
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: 
#  subcategories()
# ## End(Not run)

Run the code above in your browser using DataLab