unordered.list: unordered list representation

Description Usage Arguments Value Examples

View source: R/elements.R

Description

Wraps a list of strings into an unordered list

Usage

1
2
  unordered.list(elements, list.opts = list(),
    element.opts = list())

Arguments

elements

list of elements matching the elements of the html unordered list

list.opts

list of optional attributes to be applied to the <ul> tag

element.opts

list of optional attributes to be applied to each <li> tag in the list

Value

character

Examples

1
2
3
4
{
elements = list("apples", "oranges", "bananas")
unordered.list(elements)
}

DASpringate/samatha documentation built on May 6, 2019, 1:16 p.m.