addContact: addContact - Add a contact on Mendeley

View source: R/user_addContact.r

addContactR Documentation

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).

Author(s)

Karthik Ram karthik.ram@gmail.com

See Also

user_contacts

Examples

## Not run: 
addContact(mc, '12356')

## End(Not run)

ropensci/RMendeley documentation built on May 18, 2022, 8:58 a.m.