ul: Unordered list *[Experimental]*

View source: R/format.R

ulR Documentation

Unordered list [Experimental]

Description

Pure "decoupling wrapper" around cli::cli_ul()

Usage

ul(items, .envir = parent.frame())

Arguments

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.

Examples

ul(letters[1:3])

rappster/clix documentation built on Aug. 16, 2022, 9:54 p.m.