Learn R Programming

samatha (version 0.41)

ordered.list: ordered list representation

Description

Wraps a list of strings into an ordered list

Usage

ordered.list(elements, list.opts = list(), element.opts = list())

Arguments

elements
list of elements matching the elements of the html ordered 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")
    ordered.list(elements)
    }
    

    Run the code above in your browser using DataLab