Learn R Programming

github (version 0.9.8)

modify.issue.comment: Modify issue comment

Description

Modify issue comment

Usage

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

Arguments

owner

the repo owner

repo

the repo name

issue.number

the issue number

comment.number

the comment number

content

the JSON object describing the issue comment. See http://developer.github.com/v3/issues/comments/#edit-a-comment for details.

ctx

the github context object

Value

the comment