Hao Zhu | 248bbef | 2018-04-02 18:25:14 -0400 | [diff] [blame] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/linebreak.R |
| 3 | \name{linebreak} |
| 4 | \alias{linebreak} |
| 5 | \title{Make linebreak in LaTeX Table cells} |
| 6 | \usage{ |
| 7 | linebreak(x, align = c("l", "c", "r"), double_escape = F) |
| 8 | } |
Hao Zhu | 5e4dd50 | 2018-04-05 12:01:58 -0400 | [diff] [blame^] | 9 | \arguments{ |
| 10 | \item{x}{A character vector} |
| 11 | |
| 12 | \item{align}{Choose from "l", "c" or "r"} |
| 13 | |
| 14 | \item{double_escape}{Whether special character should be double escaped. |
| 15 | Default is FALSE.} |
| 16 | } |
Hao Zhu | 248bbef | 2018-04-02 18:25:14 -0400 | [diff] [blame] | 17 | \description{ |
Hao Zhu | 5e4dd50 | 2018-04-05 12:01:58 -0400 | [diff] [blame^] | 18 | This function generate LaTeX code of \code{makecell} so that users |
| 19 | can have linebreaks in their table |
Hao Zhu | 248bbef | 2018-04-02 18:25:14 -0400 | [diff] [blame] | 20 | } |