Learn R Programming

github (version 0.9.8)

create.pull.request: create a pull request

Description

create a pull request

Usage

create.pull.request(owner, repo, content, ctx = get.github.context())

Arguments

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

Value

the specific pull request