ul | R Documentation |
Pure "decoupling wrapper" around cli::cli_ul()
ul(items, .envir = parent.frame())
items |
(character) If not NULL, then a character vector. Each element of the vector will be one list item, and the list container will be closed by default (see the .close argument). |
.envir |
(environment) Environment to evaluate the glue expressions in. It is also used to auto-close the container if .auto_close is TRUE. |
ul(letters[1:3])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.