Access information on the repo in the current project in a data.frame.

get_gitlab_sre_repos(token = set_gitlab_credentials()$password)

Arguments

token

Credentials from gitlab, accessed via: set_gitlab_credentials()$password

Examples

if (FALSE) {
get_gitlab_sre_repos(set_gitlab_credentials()$password)
}