RMendeley (version 1.2)

createFolder: createFolder - Create a folder in your Mendeley library

Description

createFolder - Create a folder in your Mendeley library

Usage

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

Arguments

mc
Your Mendeley OAUth credentials
name
Name of your new folder
curl
Optionsal. If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint)
...
optional additional curl options. Useful for debugging purposes.

Value

JSON object of class MendeleyFolderID containing your folder ID if successful.

Examples

Run this code
## Not run: 
# createFolder(mc, 'folder_name')
# ## End(Not run)

Run the code above in your browser using DataLab