mendeley_profile: mendeley_profile - Displays your user profile.

View source: R/user_profile.r

mendeley_profileR Documentation

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

Author(s)

Karthik Ram karthik.ram@gmail.com

Examples

## Not run: 
mendeley_profile(mc, '39369') # If left blank, it will retrieve your profile.

## End(Not run)

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