Description Usage Arguments Value See Also Examples
Create a GitHub label for a repository.
1 | gh_create_label(repo, name, color, description = NULL)
|
repo |
Repository name in the form of "username/reponame" or "orgname/reponame", e.g. "lwjohnst86/githubr". |
name |
Name to give the new label. |
color |
Color in hexadecimal. See the list of common colors. |
description |
Description to give label. |
No output.
See githubr-package.
1 2 3 4 | ## Not run:
gh_create_label("lwjohnst86/test-githubr", "Interest", "deadad")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.