push_gh_issues: Push issues to GitHub

Description Usage Arguments Value

Description

Push issues to GitHub

Usage

1
2
3
4
5
push_gh_issues(object, ...)

## S3 method for class 'data.frame'
push_gh_issues(object, owner, repo, ..., verbose = TRUE,
  sleep = 1, retval = c("df", "resplist", "dryrun"))

Arguments

object,

R object

...

other arguments passed to/from other methods

owner, repo

character, GitHub repo and its owner, passed to create.issue

verbose

logical, provide more output

sleep

numeric, delay between subsequent requests, passed to Sys.sleep

retval

character, one of "df", "resplist", or "dryrun", what should the function return. See Value section.

Value

Depending on retval the function will return:

df

Data frame with columns from object with additional column gh_issue_number with IDs assigned to issues by GitHub.

resplist

list of unparsed responses from GET.

dryrun

no requests to GH will be sent, return just a list of data that are to be pushed.


mbojan/trac2gh documentation built on May 22, 2019, 12:56 p.m.