gh_repos_create: Create a new repository

Description Usage Arguments Value See Also

View source: R/gh_repos.R

Description

Create a new repository

Usage

1
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

Other Repositories: gh_repos_delete_internal(), gh_repos_delete(), gh_repos_list(), gh_repos_mutate()


ghee documentation built on March 11, 2021, 5:07 p.m.