g_comments_edit: Edit a comment on an issue.

View source: R/g_comments_edit.r

g_comments_editR Documentation

Edit a comment on an issue.

Description

Edit a comment on an issue.

Usage

  g_comments_edit(owner, repo, commentid = NULL,
    comment = NULL, ...)

Arguments

owner

Name of owner of repository.

repo

Repository name, quoted.

commentid

Comment ID number.

comment

Comment text.

...

Futher arguments passed on to link{GET}.

Value

Data for the comment created.

See Also

link{g_comments}, link{g_comments_create}, link{g_comments_delete}

Examples

## Not run: 
g_auth()
options(useragent='ropensci')
g_comments_edit(owner='schamberlain', repo='foobar', commentid='20353078', comment='Nice code, its way to slow, start over')

## End(Not run)

ropensci/gitr documentation built on May 18, 2022, 9:57 a.m.