ezFlexTable: Wrapper for 'FlexTable()'

View source: R/reports.R

ezFlexTableR Documentation

Wrapper for FlexTable()

Description

Wraps FlexTable() with defaults to remove the cell header and cell borders.

Usage

ezFlexTable(
  x,
  border = 1,
  valign = "top",
  talign = "left",
  header.columns = FALSE,
  ...
)

ezGrid(x, header.columns = FALSE, valign = "top", ...)

Arguments

x

a matrix or data.frame to turn into an object of the class FlexTable.

border

an integer specifying the width of the table borders.

valign

"bottom", "middle" or "top" specifying the position of table cell contents.

talign

"left", "middle" or "right" specifying the position of text within the cells.

header.columns

a logical indicating whether to use a header for the table.

...

additional arguments to be passed to FlexTable().

Value

Returns an object of the class FlexTable.

Functions

  • ezGrid: A flex table without borders.

Author(s)

Rehrauer, Hubert

Schmid, Peter

See Also

FlexTable

Examples

ezFlexTable(data.frame(a=1:5, b=11:15))

uzh/ezRun documentation built on April 24, 2024, 4:01 p.m.