createGroup: createGroup - Create a new group in your Mendeley library.

View source: R/user_create_group.r

createGroupR Documentation

createGroup - Create a new group in your Mendeley library.

Description

createGroup - Create a new group in your Mendeley library.

Usage

createGroup(mc = NULL, group_name = NULL, type = "invite", ...,
  curl = getCurlHandle())

Arguments

mc

OAuth object of class MendeleyCredentials

group_name

Name of your group.

type

Three types of groups are allowed: 'private', 'invite' and 'open'.

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: 
createGroup(mc, 'new_group_name')
createGroup(mc, 'new_group_name', type="open")

## End(Not run)

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