groups_create_remote {connectapi} | R Documentation |
Create a Remote Group
Description
Create a Remote Group
Usage
groups_create_remote(connect, prefix, expect = 1, check = TRUE)
Arguments
connect |
A R6 Connect object |
prefix |
character. The prefix of the group name to search for |
expect |
number. The number of responses to expect for this search |
check |
boolean. Whether to check for local existence first |
Value
The results of creating the groups
[Package connectapi version 0.2.0 Index]