Usage
get_gitlab_repos(group = "KWB-R", gitlab_token = Sys.getenv("GITLAB_TOKEN"))
Arguments
- group
username or organisation for Gitlab (default: "KWB-R")
- gitlab_token
gitlab access token (default: Sys.getenv("GITLAB_TOKEN"))
Value
data.frame with for all repositories of the user/organisation defined
in parameter group (private repos will only be accessible if the token is
configured to allow that)