linebreak() defaults to left align.
Other Rd files updated by Roxygen run.
LazyData dropped from DESCRIPTION to get rid of the check message.
diff --git a/man/linebreak.Rd b/man/linebreak.Rd
index 55adc0a..31ecbad 100644
--- a/man/linebreak.Rd
+++ b/man/linebreak.Rd
@@ -9,7 +9,7 @@
\arguments{
\item{x}{A character vector}
-\item{align}{Choose from "l", "c" or "r"}
+\item{align}{Choose from "l", "c" or "r". Defaults to "l".}
\item{double_escape}{Whether special character should be double escaped.
Default is FALSE.}
@@ -17,6 +17,6 @@
\item{linebreaker}{Symbol for linebreaks to replace. Default is \verb{\\\\n}.}
}
\description{
-This function generate LaTeX code of \code{makecell} so that users
+This function generates LaTeX code of \code{makecell} so that users
can have linebreaks in their table
}