View source: R/get_gh_issues.R
get_gh_issues | R Documentation |
Get information on issues 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_issues(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 issues identified in the specified date range.
get_gh_issues(owner = "martinctc", repo = "rwa")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.