Description Usage Arguments Value
Gets a data frame of the issues of a specific milestone
1 2 3 4 5 6 7 | get_issues_from_milestone(
org,
repo,
milestone,
.api_url = api_url(),
pages = NULL
)
|
org |
Name of organization to query |
repo |
Name of repository to query |
milestone |
The milestone number to query issues from |
.api_url |
Optional API url to query. Defaults to the value set by ‘api_url()'. Usually it’s "https://api.github.com/graphql" |
pages |
Number of pages to paginate and pull data from. Each page will contain upto 100 issues/pullrequests. Defaults to NULL for all pages. |
A data frame containing the issue | title | author | body | state of each issue. Returns an empty dataframe if none are found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.