subcategories: Returns a list of Mendeley's subcategories

View source: R/subcategories.R

subcategoriesR Documentation

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

## Not run: 
 subcategories()

## End(Not run)

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