powered by
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)
A data frame containing details of GitHub issues identified in the specified date range.
String specifying the owner of the repository.
String specifying the name of the repo.
String specifying start date of reporting period to filter by, in the format YYYY-MM-DD. NULL by default, where no filters will be applied.
YYYY-MM-DD
NULL
String specifying end date of reporting period to filter by, in the format YYYY-MM-DD. NULL by default, where no filters will be applied.
# \donttest{ get_gh_issues(owner = "martinctc", repo = "rwa") # }
Run the code above in your browser using DataLab