Create a new repository

gh_repos_create(path, private = TRUE, description = NULL, ...)

Arguments

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

Value

NA; used for side effects to create a repository on GitHub.

See also