get_issues_summary: Get a summary on issues of the project.

Description Usage Arguments Note Examples

View source: R/release-summary.R

Description

Get a summary on issues of the project.

Usage

1
get_issues_summary(repo, from, until)

Arguments

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.

Note

The API is experimental and subject to change.

Examples

1
2
3
4
repo <- "kubeflow/common"
from <- "2020-05-10"
until <- "2020-05-19"
get_issues_summary(repo, from, until)

terrytangyuan/maintainer-tools documentation built on Sept. 6, 2020, 11:53 a.m.