issuesData2md: Convert GitHub Issues data to Markdown.

Description Usage Arguments Value

View source: R/issueReport.R

Description

After being passed GitHub Issues data for a given thread, extracts and formats the material in Markdown.

Usage

1
2
issuesData2md(issuesData = readRDS(system.file("extdata", "dataExample.rds",
  package = "issueReporter")), includeTitle = TRUE, includeBody = TRUE)

Arguments

issuesData

The list output from issuesData() containing GitHub Issues data.

includeTitle

Bool where TRUE includes the title, and FALSE excludes.

includeBody

Bool where TRUE includes the original issue, and FALSE includes only the issue comments.

Value

Returns a character vector containing the markdown formatted text.


mkirch/issueReporter documentation built on May 7, 2019, 12:42 p.m.