ezFlexTable | R Documentation |
FlexTable()
Wraps FlexTable()
with defaults to remove the cell header and cell borders.
ezFlexTable(
x,
border = 1,
valign = "top",
talign = "left",
header.columns = FALSE,
...
)
ezGrid(x, header.columns = FALSE, valign = "top", ...)
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 |
Returns an object of the class FlexTable.
ezGrid()
: A flex table without borders.
Rehrauer, Hubert
Schmid, Peter
FlexTable
ezFlexTable(data.frame(a=1:5, b=11:15))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.