Tabulate Information for GitHub Repositories

gh_repositories_info_table(repos)

Arguments

repos

Character vector of GitHub repositories, each formatted as owner/repo.

Value

A data.frame with the following columns:

repository

HTML content representing a link to the GitHub repository.

stargazers

Integer count of stargazers on the GitHub repository.

Examples

if (interactive()) {
    gh_repositories_info_table("kevinrue/BiocChallenges")
}