createIssue: Creates a new issue

Description Usage Arguments Value

Description

Creates a new issue

Usage

1
2
createIssue(repos, title, body, assignee = NULL, milestone = NULL,
  labels = NULL, agrep = 0.1)

Arguments

repos

A GitHubRepository object.

title

Character string.

body

Character string.

assignee

(optional) Character string.

milestone

(optional) Character vector.

labels

(optional) Character vector.

agrep

A numeric in [0,1] used to test for already existing issues in order to avoid duplicates.

Value

Returns a named logical vector.


HenrikBengtsson/RGitHubAPI documentation built on May 8, 2019, 7:56 p.m.