blob: 32cb1c56598dfa88106b82e611ba3b25c36bd74f [file] [log] [blame]
Hao Zhu248bbef2018-04-02 18:25:14 -04001% 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{
7linebreak(x, align = c("l", "c", "r"), double_escape = F)
8}
Hao Zhu5e4dd502018-04-05 12:01:58 -04009\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.
15Default is FALSE.}
16}
Hao Zhu248bbef2018-04-02 18:25:14 -040017\description{
Hao Zhu5e4dd502018-04-05 12:01:58 -040018This function generate LaTeX code of \code{makecell} so that users
19can have linebreaks in their table
Hao Zhu248bbef2018-04-02 18:25:14 -040020}