Usage
get_github_repos(group = "KWB-R", github_token = Sys.getenv("GITHUB_TOKEN"))
Arguments
- group
username or organisation for Github (default: "KWB-R")
- github_token
github access token (default: Sys.getenv("GITHUB_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)