Learn R Programming

github (version 0.9.8)

create.issue: Create issue

Description

Create issue

Usage

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

Arguments

owner

the repo owner

repo

the repo name

content

the JSON object with the issue content. See http://developer.github.com/v3/issues/#create-an-issue for details

ctx

the github context object

Value

the list of issues