knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of githubr is to simplify using GitHub's API. Uses the wonderful gh R package. Inspiration also comes from the gitlabr package.
You can install the development version of githubr with:
# install.packages("remotes") remotes::install_github("lwjohnst86/githubr")
Currently, most of the functionality revolves around Issues. For example, to list issues or labels:
library(githubr) # See issues gh_list_issues("lwjohnst86/carpenter") # See labels. gh_list_labels("lwjohnst86/githubr")
Please note that the 'githubr' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.