Description Usage Arguments Value Examples
Tabulate Information for GitHub Repositories
| 1 | 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.
| 1 2 3 | if (interactive()) {
    gh_repositories_info_table("kevinrue/BiocChallenges")
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.