View source: R/wrangling_dataset_milestones.R
| format_milestones | R Documentation |
Format the milestones in a simpler format
format_milestones(raw_milestones, verbose = TRUE)
raw_milestones |
a |
verbose |
A logical value indicating whether to print additional
information. Default is |
a list representing milestones with simpler structure (with title, description and due_on)
## Not run:
# With milestones
milestones_jdplus_main <- gh::gh(
repo = "jdplus-main",
owner = "jdemetra",
endpoint = "/repos/:owner/:repo/milestones",
state = "all",
.limit = Inf,
.progress = FALSE
)
format_milestones(milestones_jdplus_main)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.