get_gh_pr | R Documentation |
Get information on pull requests from the specified GitHub repository. This is a wrapper around the 'gh' package. Original code taken from https://github.com/jennybc/analyze-github-stuff-with-r/.
get_gh_pr(owner, repo, start_date = NULL, end_date = NULL)
owner |
String specifying the owner of the repository. |
repo |
String specifying the name of the repo. |
start_date |
String specifying start date of reporting period to filter
by, in the format |
end_date |
String specifying end date of reporting period to filter by,
in the format |
A data frame containing details of GitHub pull requests identified in the specified date range.
get_gh_pr(owner = "martinctc", repo = "rwa")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.