RMendeley (version 1.2)

deleteDocument: deleteDocument - delete a document from your library.

Description

Deletes from library if no folder is specified. Deletes from folder if a folder id is specified.

Usage

deleteDocument(mc = NULL, doc_id = NULL, folder_id = NULL, ..., curl = getCurlHandle())

Arguments

mc
OAuth object of class MendeleyCredentials
folder_id
Id of the folder which contains the document to be removed.
doc_id
Id of the document 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: 
# deleteDocument(...)
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace