gh_issue_fetch | R Documentation |
Fetch issues from a GH repository
gh_issue_fetch(
state = "open",
labels = NULL,
since = NULL,
owner = "rosadmin",
repo = "scheduled_socials",
issue = NULL,
verbose = FALSE
)
state |
Character. Which issues to fetch: "open", "closed", "all" |
labels |
Character vector. Fetch only issues with these labels. (Optional) |
since |
Character/Date/datetime. Fetch only issues since this date/time. (Optional) |
owner |
Character. Owner of the repository |
repo |
Character. Name of the repository (name of the package) |
issue |
Numeric. Specific Issue number to fetch. |
verbose |
Logical. Show progress messages. |
List of issues
i <- gh_issue_fetch()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.