Add users to a repo
add_users_repo(
token,
repo,
userfile,
permission = 20,
server = "https://gitlab.com/api/v4/"
)
GitLab token
Repo to update
A csv file with student information (i.e., username, token, and email)
Permission setting for the repo (default is 20, i.e., reporter)
The gitlab API server
See https://github.com/vnijs/gitgadget for additional documentation