View source: R/wrangling_dataset_labels.R
| format_labels | R Documentation |
Format the label in a simpler format
format_labels(raw_labels, verbose = TRUE)
raw_labels |
a |
verbose |
A logical value indicating whether to print additional
information. Default is |
a list representing labels with simpler structure (with name, description, colour)
## Not run:
# With labels
raw_labels <- gh::gh(
repo = "rjdemetra",
owner = "rjdverse",
endpoint = "/repos/:owner/:repo/labels",
.limit = Inf,
.progress = FALSE
)
format_labels(raw_labels)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.