RMendeley (version 1.2)

createGroup: 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).

Examples

Run this code
## Not run: 
# createGroup(mc, 'new_group_name')
# createGroup(mc, 'new_group_name', type="open")
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace