format_milestones {IssueTrackeR} | R Documentation |
Format the milestones in a simpler format
Description
Format the milestones in a simpler format
Usage
format_milestones(raw_milestones, verbose = TRUE)
Arguments
raw_milestones |
a |
verbose |
A logical value indicating whether to print additional
information. Default is |
Value
a list representing milestones with simpler structure (with title, description and due_on)
Examples
# With milestones
milestones_jdplus_main <- gh::gh(
repo = "jdplus-main",
owner = "jdemetra",
endpoint = "/repos/:owner/:repo/milestones",
state = "all",
.limit = Inf
)
format_milestones(milestones_jdplus_main)
[Package IssueTrackeR version 1.2.0 Index]