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