create.pull.request {github} | R Documentation |
create a pull request
create.pull.request(owner, repo, content, ctx = get.github.context())
owner |
the repo owner |
repo |
the repo name |
content |
the JSON object representing the new pull request. See http://developer.github.com/v3/pulls/#create-a-pull-request for details. |
ctx |
the github context object |
the specific pull request