xtable (version 1.0-1)

table.attributes: Retrieve and Set Options for Export Tables

Description

Functions retrieving or setting table attributes for the supplied object of class "xtable".

Usage

caption(x,...)
  caption(x) <- table.title
  label(x,...)
  label(x) <- table.label
  align(x,...)
  align(x) <- column.alignment
  vsep(x,...)
  vsep(x) <- column.separation
  digits(x,...)
  digits(x) <- column.digits
  display(x,...)
  display(x) <- column.format

Arguments

x
An "xtable" object.
...
Additional arguments. (Currently ignored.)

Details

These functions retrieve or set table attributes of the object x of class "xtable". See xtable for a description of the options.

See Also

xtable, print.xtable, formatC