gh_issue_fmt: Format issues list from GH

View source: R/gh_issues.R

gh_issue_fmtR Documentation

Format issues list from GH

Description

Format issues list from GH

Usage

gh_issue_fmt(
  i,
  which = c("title", "number", "body", "labels", "url", "created", "updated",
    "gh_user_issue")
)

Arguments

i

List of issues from gh_issue_fetch()

which

Which fields to includ

Value

Issues formated as a data frame

Examples

i <- gh_issue_fetch()
i <- gh_issue_fmt(i, which = "title")

ropensci-org/promoutils documentation built on Nov. 29, 2024, 7:17 p.m.