table.attributes {xtable}R Documentation

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
  digits(x)
  digits(x) <- column.digits
  display(x)
  display(x) <- column.format

Arguments

x An xtable object.

Details

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

Author(s)

David Dahl dbdahl@stat.wisc.edu

See Also

xtable, print.xtable, formatC