Learn R Programming

github (version 0.9.8)

modify.gist.comment: Edit gist comment

Description

Edit gist comment

Usage

modify.gist.comment(gist.id, comment.id, content, ctx = get.github.context())

Arguments

gist.id

the gist id

comment.id

the comment id

content

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

ctx

the github context object

Value

the comment