Learn R Programming

github (version 0.9.8)

modify.issue: Modify issue

Description

Modify issue

Usage

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

Arguments

owner

the repo owner

repo

the repo name

number

the issue number

content

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

ctx

the github context object

Value

the list of issues