Description Usage Arguments Value See Also
Create a new repository
1 | gh_repos_create(path, private = TRUE, description = NULL, ...)
|
path |
GitHub repo path of the form "username/repo". If not provided, will default to current repo. |
private |
Will this repository be private? TRUE/FALSE; default is TRUE. |
description |
(Optional) A short description of the repository. |
... |
Additional parameters, see https://docs.github.com/en/rest |
NA; used for side effects to create a repository on GitHub.
Other Repositories:
gh_repos_delete_internal()
,
gh_repos_delete()
,
gh_repos_list()
,
gh_repos_mutate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.