linebreak | R Documentation |
This function generates LaTeX code of makecell
so that users
can have linebreaks in their table
linebreak(x, align = c("l", "c", "r"), double_escape = F, linebreaker = "\n")
x |
A character vector |
align |
Choose from "l", "c" or "r". Defaults to "l". |
double_escape |
Whether special character should be double escaped. Default is FALSE. |
linebreaker |
Symbol for linebreaks to replace. Default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.