Learn R Programming

samatha (version 0.41)

unordered.list: unordered list representation

Description

Wraps a list of strings into an unordered list

Usage

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
    tag
element.opts
list of optional attributes to be applied to each
  • tag in the list
  • Value

    character

    Examples

    Run this code
    {
    elements = list("apples", "oranges", "bananas")
    unordered.list(elements)
    }
    

    Run the code above in your browser using DataLab