View source: R/format_xtable.bare.R
format_xtable | R Documentation |
xtable
into Character Strings Format entries in an xtable
object into character strings. (This
is essentially a format
method for xtable
objects.) This is
an internal function not intended to be called by package users.
format_xtable(x, row.names=TRUE, na="NA", mathExponents=TRUE, ...)
x |
An |
row.names |
Logical scalar. If FALSE, the row names of |
na |
String to be used to represent missing values in |
mathExponents |
Logical scalar. If TRUE, then numerical values in |
... |
Additional named arguments passed to |
This is mostly code extracted from print.xtable
in version 1.8-4 of
the xtable
package by David B. Dahl et al.
A character matrix with one row per row in x
(not counting column
names), and one column per column in x
(including a column of row
names, if row.names
is TRUE).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.