latex.mcol | R Documentation |
Place \multicolumn macro around text
latex.mcol(ncol, just, txt)
ncol |
The number of columns to span |
just |
The justification e.g. "l", "c", or "r" for left, center, right |
txt |
The text |
The given text with the latex \multicolumn macro around it
latex.mcol(5, "l", "This is a test column header")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.