para

para(value = NULL, itemizedlist = NULL, orderedlist = NULL,
  emphasis = NULL, subscript = NULL, superscript = NULL,
  literalLayout = NULL, ulink = NULL, lang = NULL)

Arguments

value

Language translation for the paragraph See value()

itemizedlist

A list of items in a text paragraph. See itemizedlist()

orderedlist

An ordered list of items in a text paragraph. See orderedlist()

emphasis

A span of emphasized text in a paragraph. See emphasis()

subscript

A subscript in a text paragraph. See subscript()

superscript

A superscript in a text paragraph. See superscript()

literalLayout

The equivalent to <pre> in html. See literalLayout()

ulink

a link that addresses its target by means of a URL See ulink()

lang

Language (an xml:lang attribute) of the provided text.

Value

a para list object