RMendeley (version 1.2)

deleteFolder: deleteFolder - Delete a existing folder from your Mendeley library.

Description

Usage

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

Arguments

mc
OAuth object of class MendeleyCredentials
name
name of folder to be removed
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: 
# deleteFolder(mc, 'folder_name')
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace