Learn R Programming

ghclass (version 0.1.0)

repo_collaborators: List collaborator(s)

Description

repo_collaborators Returns a vector of collaborator user names. Users with admin rights are by default excluded.

Usage

repo_collaborators(repo, include_admins = TRUE)

Arguments

repo

Character. Address of one or more repositories in owner/name format.

include_admins

Logical. If FALSE, user names of users with Admin rights are not included, defaults to TRUE.

Value

A tibble with two columns, repo and username.

Examples

Run this code
# NOT RUN {
repo_collaborators("ghclass-test/test2")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab