unfollowGroup: The following methods will essentially delete a group from...

View source: R/user_delete_group.r

unfollowGroupR Documentation

The following methods will essentially delete a group from the user's library.

Description

The following methods will essentially delete a group from the user's library.

Usage

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

Arguments

mc

OAuth object of class MendeleyCredentials

group

group id.

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

## Not run: 
unfollowGroup(mc, ...)

## End(Not run)

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