printDl.HtmlPrintStream: Prints a definition list object as a HTML list

Description Usage Arguments Value Author(s) See Also

Description

Prints an object as a HTML ordered or unordered list. Using the on functions one can control the layout and the contents of the list in full.

Usage

1
2
## S3 method for class 'HtmlPrintStream'
printDl(this, x, ..., onDt=NULL, onDd=NULL, onCell=NULL, sep=", ", collapse=", ", path=c())

Arguments

x

Object whose values are to be printed.

...

Named attribute list for the first list tag.

onDl

Function to be called when a <dl> tag is written.

onDt

Function to be called when a <Dt> tag is written.

onDd

Function to be called when a <Dd> tag is written.

onCell

Function to be called when a subitem in <li> is written.

sep

A character string to separate the terms in each list item. Default value is "" (note the difference from paste() and cat().

collapse

A character string to separate the results. Default value is "" (note the difference from paste() and cat().

path

Used internally only.

Value

Returns nothing.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*printUl(), *printOl(). *printTable().


HenrikBengtsson/R.io documentation built on May 6, 2019, 11:54 p.m.