RMendeley (version 1.2)

getFolderID: getFolderID - retrieves Folder ID from folder name

Description

getFolderID - retrieves Folder ID from folder name

Usage

getFolderID(mc = NULL, name, ..., curl = getCurlHandle())

Arguments

mc
Your Mendeley ROAuth credential.
name
Folder name
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: 
# getFolderID(mc, 'folder_name')
# ## End(Not run)

Run the code above in your browser using DataLab