Create a new repository
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()