Learn R Programming

github (version 0.9.8)

create.organization.repository: create rpository under given organization

Description

create rpository under given organization

Usage

create.organization.repository(org, ..., ctx = get.github.context())

Arguments

org

the given organization

...

parameters, "name=repo_name" is required, see http://developer.github.com/v3/repos/#create for more

ctx

the github context object

Value

the created repository