latex.cmidr | R Documentation |
Create a latex string to draw a horizontal line across the columns specified
latex.cmidr(cols, trim = "r")
cols |
A string representing the columns to span e.g. "1-5" |
trim |
Tells latex to trim the line a bit so that if there are two lines close together they don't touch in the middle (See booktabs package). Can be "l" for left, "r" for right, or "lr" for both sides of line |
A latex string to draw a horizontal line across the columns specified
latex.cmidr("1-5", "lr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.