Create a group on gitlab using the API

create_group(
  token,
  groupname = "",
  userfile = "",
  permission = 20,
  server = "https://gitlab.com/api/v4/"
)

Arguments

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

Details

See https://github.com/vnijs/gitgadget for additional documentation