issue: Open an issue

View source: R/issue.R

issueR Documentation

Open an issue

Description

Open an issue

Usage

issue(title, body = NULL, ...)

Arguments

title

(character) Required. Title of the issue

body

(character) Optional. Body of the issue. Use newlines to make line breaks.

...

Curl options passed to POST

Examples

## Not run: 
issue(title = "hello, world!", body = "adflaj asfljas flasjf adfs")
issue(title = "hello there!")
issue(title = "hello there!", body = "adsfasdfdsf \n asdfadfasdfasdf")

## End(Not run)

ropensci/ro documentation built on May 18, 2022, 6:43 p.m.