get_bug: Get information of issues

Description Usage Arguments Value Examples

View source: R/get_bug.R

Description

Retrieve data from the issues posted.

Usage

1
get_bug(issue, host)

Arguments

issue

Number of the issue.

host

URL of the bugzilla instance if missing the R bugzilla is assumed.

Value

A data.frame with all the information available and ordered by comment.

Examples

1
gi <- get_bug(1)

llrs/bugRzilla documentation built on Nov. 7, 2021, 4:27 a.m.