create_group {gitgadget} | R Documentation |
Create a group on GitLab using the API
Description
Create a group on GitLab using the API
Usage
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
[Package gitgadget version 0.8.1 Index]