powered by
repo_collaborators Returns a vector of collaborator user names. Users with admin rights are by default excluded.
repo_collaborators
repo_collaborators(repo, include_admins = TRUE)
Character. Address of one or more repositories in owner/name format.
owner/name
Logical. If FALSE, user names of users with Admin rights are not included, defaults to TRUE.
FALSE
TRUE
A tibble with two columns, repo and username.
repo
username
# NOT RUN { repo_collaborators("ghclass-test/test2") # } # NOT RUN { # }
Run the code above in your browser using DataLab