format_labels {IssueTrackeR} | R Documentation |
Format the label in a simpler format
Description
Format the label in a simpler format
Usage
format_labels(raw_labels, verbose = TRUE)
Arguments
raw_labels |
a |
verbose |
A logical value indicating whether to print additional
information. Default is |
Value
a list representing labels with simpler structure (with name, description, colour)
Examples
# With labels
raw_labels <- gh::gh(
repo = "rjdemetra",
owner = "rjdverse",
endpoint = "/repos/:owner/:repo/labels",
.limit = Inf
)
format_labels(raw_labels)
[Package IssueTrackeR version 1.1.1 Index]