Description Usage Arguments Value See Also Examples
Requires a PAT authentication token.
1 | gh_new_repo(repo, description = NULL, private = NULL)
|
repo |
New repository location. In the format of "username/new_repo_name" or "organization_name/new_repo_name". |
description |
Repository description. |
private |
Whether the repository should be public or private. Default is public. |
Nothing. Creates a repository on GitHub.
See githubr-package.
1 2 3 4 | ## Not run:
gh_new_repo("lwjohnst86/test-repo")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.