blob: d7581d60e0567e618e84427608c73f54c8772dca [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/linebreak.R
\name{linebreak}
\alias{linebreak}
\title{Make linebreak in LaTeX Table cells}
\usage{
linebreak(x, align = c("l", "c", "r"), double_escape = F,
linebreaker = "\\n")
}
\arguments{
\item{x}{A character vector}
\item{align}{Choose from "l", "c" or "r"}
\item{double_escape}{Whether special character should be double escaped.
Default is FALSE.}
\item{linebreaker}{Symbol for linebreaks to replace. Default is \code{\n}.}
}
\description{
This function generate LaTeX code of \code{makecell} so that users
can have linebreaks in their table
}