RMendeley: RMendeley - A programmatic interface to the Web Service...

RMendeleyR Documentation

RMendeley - A programmatic interface to the Web Service methods provided by the Mendeley open science

Description

This is version 1.0.0 of package RMendeley. User specific API methods require obtaining access keys from Mendeley.com. To do so, first sign up at the Mendeley developer site and obtain Mendeley API keys. Ideally you should store these keys in your .rprofile but you may also specify them inline when authenticating with mendeley_auth.

Details

To save your cosumer key/secret combo in your .rprofile, add the following lines:

options(MendeleyKey = "YOUR_CONSUMER_KEY")

options(MendeleyPrivateKey = "YOUR_PRIVATE_KEY")

Most functions now require users to authenticate first using mendeley_auth. Once you had approved RMendeley on the Mendeley website, return to the R console and paste the PIN to complete authentication. You may save this MendeleyCredential object for future use and not repeat the authentication process for each session.

Profile methods

  • contacts

  • addContact

  • mendeley_profile

Stats methods

  • authorStats

  • tagStats

  • pubStats

Document methods

  • mendeley_library

  • authoredPubs

  • docInfo

  • createDoc Not yet coded.

  • MendeleyUpload Not yet coded.

  • MendeleyDownload Not yet coded.

  • deleteDocument

Group methods

  • myGroups

  • groupPeople

  • groupDocs

  • groupDocInfo

  • createGroup

  • deleteGroup

  • leaveGroup

  • unfollowGroup

Folder methods

  • Folders

  • folderDocs

  • addFolderDoc

  • createFolder

  • deleteFolder

Public methods

  • authored

  • authors

  • categories

  • details

  • groups

  • papers

  • public_groups_details

  • public_groups_documents

  • msearch

  • subcategories

  • tagged

  • tags

Useful links


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