Literal {tables} | R Documentation |
This allows insertion of arbitrary LaTeX text into a table.
Literal(x)
x |
A character string to insert. |
In LaTeX the literal
string should usually end with a %
comment
character to avoid having a blank line inserted.
Produces an expression to insert a label containing the literal text.
Hline
, which uses this to insert lines.
tabular( (Literal("Some text") + Species) ~ All(iris)*mean, data=iris )