powered by
This allows insertion of arbitrary LaTeX text into a table.
Literal(x, nearData = TRUE)
Produces an expression to insert a label containing the literal text.
A character string to insert.
See the Details section of Heading.
Heading
In LaTeX the literal string should usually end with a % comment character to avoid having a blank line inserted.
literal
%
Hline, which uses this to insert lines.
Hline
tabular( (Literal("Some text") + Species) ~ All(iris)*mean, data=iris )
Run the code above in your browser using DataLab