View source: R/issue_progress.R
| issue_progress | R Documentation |
Retrieve opened and closed issues and pull requests since a given date
issue_progress(
org,
start = today() - dweeks(1),
privacy = c("PUBLIC", "PRIVATE", "BOTH")
)
org |
A GitHub user, either a normal user or an organization |
start |
Datetime to start query from |
privacy |
The repository privacy |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.