gh_issue_fmt | R Documentation |
Format issues list from GH
gh_issue_fmt(
i,
which = c("title", "number", "body", "labels", "url", "created", "updated",
"gh_user_issue")
)
i |
List of issues from |
which |
Which fields to includ |
Issues formated as a data frame
i <- gh_issue_fetch()
i <- gh_issue_fmt(i, which = "title")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.