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:
repositoryHTML content representing a link to the GitHub repository.
stargazersInteger count of stargazers on the GitHub repository.
if (interactive()) { gh_repositories_info_table("kevinrue/BiocChallenges") }