create.fork {github} | R Documentation |
create a fork under the current user
create.fork(owner, repo, ..., ctx = get.github.context())
owner |
the repo owner (user, org, etc) |
repo |
the name of the repo |
... |
extra parameters. See http://developer.github.com/v3/repos/forks/#create-fork for details. |
ctx |
the github context object |
the new fork. Notice that forks happen asynchronously, so git objects will not be immediately accessible.