Learn R Programming

github (version 0.9.8)

create.fork: create a fork under the current user

Description

create a fork under the current user

Usage

create.fork(owner, repo, ..., ctx = get.github.context())

Arguments

owner

the repo owner (user, org, etc)

repo

the name of the repo

...
ctx

the github context object

Value

the new fork. Notice that forks happen asynchronously, so git objects will not be immediately accessible.