Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

ghclass (version 0.1.0)

repo_contributors: Get repository contributor(s)

Description

repo_contributors Returns a data frame containing statistics on contributor(s) to the provided repositories.

Usage

repo_contributors(repo, include_admins = TRUE)

Arguments

repo

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

include_admins

Logical. If FALSE, usernames of users with Admin rights are excluded, defaults to TRUE.

Value

A tibble.

Examples

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

Run the code above in your browser using DataLab