Description Usage Arguments Note Examples
View source: R/release-summary.R
Get a summary on issues of the project.
1 | get_issues_summary(repo, from, until)
|
repo |
The repository name. |
from |
The start date of pull request closed time that the summary operate on. |
until |
The end date of pull request closed time that the summary operate on. |
The API is experimental and subject to change.
1 2 3 4 | repo <- "kubeflow/common"
from <- "2020-05-10"
until <- "2020-05-19"
get_issues_summary(repo, from, until)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.