getGroupID: Get a Group ID from group name

View source: R/user_groups.r View source: R/user_delete_group.r

getGroupIDR Documentation

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

numeric

group id

Examples

## Not run: 
getGroupID(mc, '')

## End(Not run)
## Not run: 
getGroupID(mc, "Future of Science")

## End(Not run)

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