Tabulate Information for GitHub Repositories
gh_repositories_info_table(repos)
repos | Character vector of GitHub repositories, each formatted as |
---|
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.
if (interactive()) { gh_repositories_info_table("kevinrue/BiocChallenges") }