| create_group | R Documentation | 
Create a group on GitLab using the API
create_group(
  token,
  groupname = "",
  userfile = "",
  permission = 20,
  server = "https://api.github.com/"
)
token | 
 GitLab token  | 
groupname | 
 Group to create on GitLab (defaults to user's namespace)  | 
userfile | 
 A csv file with student information (i.e., username, token, and email)  | 
permission | 
 Permission setting for the group (default is 20, i.e., reporter)  | 
server | 
 The GitLab API server  | 
See https://github.com/vnijs/gitgadget for additional documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.