Description Usage Arguments Value See Also Examples
Create a GitHub issue in a repository.
1 2 3 4 5 6 7 8 |
repo |
Repository name in the form of "username/reponame" or "orgname/reponame", e.g. "lwjohnst86/githubr". |
title |
The title of the issue. |
body |
Add a description to the issue. |
labels |
Add a label or labels to the issue. |
assignees |
Assign a collaborator to deal with the issue. |
milestone |
The milestone (as a number) to add to the issue. |
Has no output.
See githubr-package.
1 2 3 4 | ## Not run:
gh_new_issue("lwjohnst86/test-githubr", title = "Example issue", labels = "bug")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.