RMendeley (version 1.2)

getGroupID: Get a Group ID from group name

Description

Meant for internal use.

getGroupID function

Usage

getGroupID(mc = NULL, group = NULL, ..., curl = getCurlHandle())

Arguments

mc
OAuth object of class MendeleyCredentials
group
Group Name
...
additional (optional) parameters
curl
the curl handle

Value

numericgroup id

Examples

Run this code
## Not run: 
# getGroupID(mc, '')
# ## End(Not run)
## Not run: 
# getGroupID(mc, "Future of Science")
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace