RMendeley (version 1.2)

mendeley_profile: mendeley_profile - Displays your user profile.

Description

mendeley_profile - Displays your user profile.

Usage

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

Arguments

mc
Mendeley OAUth credentials.
mendeley_user_id
Mendeley ID of the user you wish to look up. Leave blank to retrieve your own profile.
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: 
# mendeley_profile(mc, '39369') # If left blank, it will retrieve your profile.
# ## End(Not run)

Run the code above in your browser using DataLab