View source: R/gh_issues_get.R
gh_issues_get | R Documentation |
Get issues for a repo
gh_issues_get(full_names, days_back, ...)
full_names |
Vector of repo names (format 'org/repo') |
days_back |
How many days back to look for commits. |
... |
Pass down options to |
New Columns
Issue title
Link to issue
State of the issue (e.g. open or closed)
Unique hash - can be joined on repo_sha from gh_repo_files_get()
The commit message
The commit message
The commit message
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.