RMendeley (version 1.2)

addContact: addContact - Add a contact on Mendeley

Description

Add contacts to your Mendeley profile from R. Add another Mendeley user as a contact with their Mendeley ID.

Usage

addContact(mc = NULL, mendeley_user_id = NULL, ..., curl = getCurlHandle())

Arguments

mc
OAuth object of class MendeleyCredentials
mendeley_user_id
Mendeley user id of your contact.
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).

See Also

user_contacts

Examples

Run this code
## Not run: 
# addContact(mc, '12356')
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace